hosts: fix rainbow config
This commit is contained in:
parent
1a1f44b997
commit
37df277974
|
@ -131,7 +131,7 @@
|
||||||
inherit system specialArgs;
|
inherit system specialArgs;
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/rainbow.nix
|
./hosts/rainbow.nix
|
||||||
{ vpn.enable = true; }
|
{ services.vpn.enable = true; }
|
||||||
./system/rainbow-gitlab-runner.nix
|
./system/rainbow-gitlab-runner.nix
|
||||||
] ++ common_modules;
|
] ++ common_modules;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue