nix: Move config for thrall to hosts

This commit is contained in:
Alexander Kobjolke 2021-07-16 18:58:29 +02:00
parent 3bc556ffba
commit e28189085d
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 =
[ ./thrall/configuration.nix ]; [ ./hosts/thrall ];
}; };
}; };