Refactor configuration to be more concise

This commit is contained in:
Marko Korhonen 2024-09-15 22:35:51 +03:00
parent 6a7ed1deaa
commit f39e1965ba
3 changed files with 53 additions and 45 deletions

View file

@ -9,8 +9,8 @@
nixosConfigurations.Mirkwood = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
./common.nix
./hosts/Mirkwood/configuration.nix
./gpg.nix
];
};
};