From 1d32343e4769730d669b2d1032fcf8a0d1e0592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Mon, 26 Jun 2023 20:04:23 -0300 Subject: [PATCH] monolith: enable vpn --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5141c6e..ba9e2d9 100644 --- a/flake.nix +++ b/flake.nix @@ -124,6 +124,7 @@ ./system/monolith-gitlab-runner.nix ./system/nix-serve.nix ./system/steam.nix + { services.vpn.enable = true; } ] ++ common_modules; }; rainbow = lib.nixosSystem {