add hosts dir
This commit is contained in:
parent
1018c9f85f
commit
6e475baaf4
|
@ -77,12 +77,12 @@
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
i15 = lib.nixosSystem {
|
i15 = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [ ./system/i15-hardware-configuration.nix ]
|
modules = [ ./hosts/i15.nix ]
|
||||||
++ common_modules;
|
++ common_modules;
|
||||||
};
|
};
|
||||||
monolith = lib.nixosSystem {
|
monolith = lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
modules = [ ./system/monolith-hardware-configuration.nix ]
|
modules = [ ./hosts/monolith.nix ]
|
||||||
++ common_modules;
|
++ common_modules;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue