nix: Move config for thrall to hosts
This commit is contained in:
parent
3bc556ffba
commit
e28189085d
3 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
nixosConfigurations."thrall" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules =
|
||||
[ ./thrall/configuration.nix ];
|
||||
[ ./hosts/thrall ];
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue