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 = {