Move host-specific configuration to hosts directory

This commit is contained in:
Katherina Walshe-Grey 2024-05-23 16:45:14 +01:00
parent 755522b600
commit 6e75621818
3 changed files with 1 additions and 1 deletions

View file

@ -7,7 +7,7 @@
nixosConfigurations.tohru = nixpkgs.lib.nixosSystem { nixosConfigurations.tohru = nixpkgs.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";
modules = [ modules = [
./configuration.nix ./hosts/tohru/configuration.nix
]; ];
}; };
}; };