Refactor configuration to be more concise
This commit is contained in:
parent
6a7ed1deaa
commit
f39e1965ba
3 changed files with 53 additions and 45 deletions
|
@ -9,8 +9,8 @@
|
|||
nixosConfigurations.Mirkwood = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./common.nix
|
||||
./hosts/Mirkwood/configuration.nix
|
||||
./gpg.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue