remove minio temporarily to update system
This commit is contained in:
+3
-3
@@ -21,10 +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";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service, minio-service }@inputs:
|
||||
outputs = { self, nixpkgs, home-manager, disko, sops-nix, quasiSecrets, impermanence, tests-service }@inputs:
|
||||
let
|
||||
nodes = [
|
||||
{
|
||||
@@ -53,7 +53,7 @@
|
||||
quasiSecrets.nixosModules.serviceList
|
||||
impermanence.nixosModules.impermanence
|
||||
tests-service.nixosModules.default
|
||||
minio-service.nixosModules.default
|
||||
# minio-service.nixosModules.default
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
Reference in New Issue
Block a user