moved nixos to a dir
This commit is contained in:
parent
adda14d3ca
commit
01438c1259
18 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
mkSystem = { host, lxc ? true }:
|
mkSystem = { host, lxc ? true }:
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [ ./hosts/${host}/configuration.nix ./common.nix ] ++ (if lxc then
|
modules = [ ./nixos/hosts/${host}/configuration.nix ./nixos/common.nix ] ++ (if lxc then
|
||||||
[ "${nixpkgs}/nixos/modules/virtualisation/lxc-container.nix" ]
|
[ "${nixpkgs}/nixos/modules/virtualisation/lxc-container.nix" ]
|
||||||
else
|
else
|
||||||
[ ]);
|
[ ]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue