minio service flake

This commit is contained in:
2025-06-12 15:45:24 -05:00
parent 71cc06b31f
commit 0e8e9afbba
2 changed files with 104 additions and 3 deletions
+2 -3
View File
@@ -20,9 +20,8 @@
# This is a path to the services I've declared.
# 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/main?shallow=1";
};
tests-service.url = "github:RoyDumblauskas/tests-service/main?shallow=1";
minio-service.url = "path:../homelab-services/minio-service";
};
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service }@inputs: