rainbow: Partial Revert "rainbow: cleanup"
This reverts commit feafc57514
.
This commit is contained in:
parent
f792fba544
commit
0b7bb0a69b
5 changed files with 43 additions and 1 deletions
|
@ -154,7 +154,10 @@
|
|||
};
|
||||
double-rainbow = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [ ./hosts/double-rainbow.nix ] ++ common_modules;
|
||||
modules = [
|
||||
./hosts/double-rainbow.nix
|
||||
./system/rainbow-gitlab-runner.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
pixie = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue