add rainbow host

This commit is contained in:
Your Name 2022-10-25 21:18:53 -03:00
parent 2d2138123a
commit 3a70162fcb
2 changed files with 58 additions and 0 deletions

View file

@ -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 ++ [{