vpn: allow disabling vpn config

This commit is contained in:
Leonardo Eugênio 2023-06-02 10:40:51 -03:00
parent 10380a53b5
commit 2dd9bea706
3 changed files with 83 additions and 72 deletions

View file

@ -116,6 +116,7 @@
inherit system specialArgs;
modules = [
./hosts/rainbow.nix
{ vpn.enable = true; }
./system/rainbow-gitlab-runner.nix
] ++ common_modules;
};