From b53e962f2a421874edce510100fa08e40dcff2ff Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 18 Jan 2026 12:58:29 +0100 Subject: [PATCH] [water7] feat: Add mullvad-vpn Signed-off-by: SindreKjelsrud --- hosts/water7/configuration.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/water7/configuration.nix b/hosts/water7/configuration.nix index 53aef3e..ed37d37 100644 --- a/hosts/water7/configuration.nix +++ b/hosts/water7/configuration.nix @@ -1,4 +1,4 @@ -s Edit this configuration file to define what should be installed on +# Edit this configuration file to define what should be installed on # your system. Help is available in the configuration.nix(5) man page # and in the NixOS manual (accessible by running ‘nixos-help’). @@ -157,6 +157,11 @@ s Edit this configuration file to define what should be installed on services = { tailscale.enable = true; udisks2.enable = true; + resolved.enable = true; + mullvad-vpn = { + enable = true; + package = pkgs.mullvad-vpn; + }; }; programs.bash = {