Remove mullvad vpn

This commit is contained in:
Leonardo Eugênio 2024-01-10 09:16:13 -03:00
parent 65d78cb872
commit 142d2c2314
3 changed files with 0 additions and 96 deletions

View file

@ -126,14 +126,12 @@
./system/monolith-gitlab-runner.nix
./system/nix-serve.nix
./system/steam.nix
# { services.vpn.enable = true; }
] ++ common_modules;
};
rainbow = lib.nixosSystem {
inherit system specialArgs;
modules = [
./hosts/rainbow.nix
{ services.vpn.enable = true; }
./system/rainbow-gitlab-runner.nix
] ++ common_modules;
};