diff --git a/nixos/flake.nix b/nixos/flake.nix index dceac43..5e0aee8 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -21,7 +21,10 @@ # It just happens to be stored in the same repository (relative), # but could well be a separate repository tests-service.url = "github:RoyDumblauskas/tests-service?shallow=1"; - minio-service.url = "path:../homelab-services/minio-service"; + minio-service = { + url = "path:../homelab-services/minio-service"; + flake = true; + }; }; outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs: