rainbow: cleanup
This commit is contained in:
parent
c08d6295d7
commit
1e2d64a1c7
6 changed files with 1 additions and 135 deletions
12
flake.nix
12
flake.nix
|
@ -152,19 +152,9 @@
|
|||
./system/steam.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
rainbow = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [
|
||||
./hosts/rainbow
|
||||
./system/rainbow-gitlab-runner.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
double-rainbow = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
modules = [
|
||||
./hosts/double-rainbow.nix
|
||||
./system/rainbow-gitlab-runner.nix
|
||||
] ++ common_modules;
|
||||
modules = [ ./hosts/double-rainbow.nix ] ++ common_modules;
|
||||
};
|
||||
pixie = lib.nixosSystem {
|
||||
inherit system specialArgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue