agenix: import server.nix
This commit is contained in:
parent
e69ffedc06
commit
cf6ed4a87e
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
../modules/profiles/server.nix
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
|
|
|
@ -78,7 +78,6 @@ in
|
|||
|
||||
agares = nixosSystem {
|
||||
extraModules = [
|
||||
./modules/profiles/server.nix
|
||||
./agares/configuration.nix
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue