Add double rainbow host
This commit is contained in:
parent
d8feb9fe92
commit
f6530e55ea
2 changed files with 50 additions and 0 deletions
|
@ -130,6 +130,12 @@
|
|||
./system/rainbow-gitlab-runner.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
double-rainbow = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [
|
||||
./hosts/double-rainbow.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
pixie = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [ ./hosts/pixie.nix ] ++ common_modules ++ [{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue