Lock flakes and add inputs

This commit is contained in:
2023-04-26 17:36:36 +02:00
parent 543983e9f3
commit 44fcb97ec7
7 changed files with 146 additions and 32 deletions

View File

@@ -8,8 +8,6 @@
./monitoring.nix
./nfs.nix
./slurm.nix
<agenix/modules/age.nix>
];
# Select the this using the ID to avoid mismatches
@@ -26,8 +24,4 @@
prefixLength = 24;
} ];
};
environment.systemPackages = with pkgs; [
(pkgs.callPackage <agenix/pkgs/agenix.nix> {})
];
}