Move host-specific configuration to hosts directory
This commit is contained in:
parent
755522b600
commit
6e75621818
|
@ -7,7 +7,7 @@
|
|||
nixosConfigurations.tohru = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./configuration.nix
|
||||
./hosts/tohru/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue