add rainbow host
This commit is contained in:
parent
2d2138123a
commit
3a70162fcb
2 changed files with 58 additions and 0 deletions
|
@ -73,6 +73,10 @@
|
|||
inherit system;
|
||||
modules = [ ./hosts/monolith.nix ] ++ common_modules;
|
||||
};
|
||||
rainbow = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./hosts/rainbow.nix ] ++ common_modules;
|
||||
};
|
||||
pixie = lib.nixosSystem {
|
||||
inherit system;
|
||||
modules = [ ./hosts/pixie.nix ] ++ common_modules ++ [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue