[water7] feat: Add mullvad-vpn

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
SindreKjelsrud 2026-01-18 12:58:29 +01:00
parent dfc1e8d176
commit b53e962f2a
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -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 # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # 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 = { services = {
tailscale.enable = true; tailscale.enable = true;
udisks2.enable = true; udisks2.enable = true;
resolved.enable = true;
mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
}; };
programs.bash = { programs.bash = {