hosts: fix rainbow config

This commit is contained in:
lelgenio 2023-06-12 13:54:39 -03:00 committed by Leonardo Eugênio
parent 1a1f44b997
commit 37df277974
1 changed files with 1 additions and 1 deletions

View File

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