vpn: allow disabling vpn config
This commit is contained in:
parent
10380a53b5
commit
2dd9bea706
3 changed files with 83 additions and 72 deletions
|
@ -116,6 +116,7 @@
|
|||
inherit system specialArgs;
|
||||
modules = [
|
||||
./hosts/rainbow.nix
|
||||
{ vpn.enable = true; }
|
||||
./system/rainbow-gitlab-runner.nix
|
||||
] ++ common_modules;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue