Move config to host dir

This commit is contained in:
Alexander Kobjolke 2021-07-09 10:49:05 +00:00
parent 614b5ca368
commit 1e9231279d
3 changed files with 1 additions and 1 deletions

View file

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