agenix: import server.nix

This commit is contained in:
Tim Schubert 2022-09-18 18:17:59 +02:00
parent e69ffedc06
commit cf6ed4a87e
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
2 changed files with 1 additions and 1 deletions

View file

@ -4,6 +4,7 @@
, ...
}: {
imports = [
../modules/profiles/server.nix
./hardware-configuration.nix
];

View file

@ -78,7 +78,6 @@ in
agares = nixosSystem {
extraModules = [
./modules/profiles/server.nix
./agares/configuration.nix
];
};