diff --git a/flake.nix b/flake.nix index 360ee74..d532f68 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };