Add mullvad

This commit is contained in:
2025-12-31 14:47:17 -05:00
parent 1614d714e8
commit 865b5fd211

View File

@@ -224,6 +224,13 @@
}; };
}; };
services = {
mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
}
system = { system = {
autoUpgrade.enable = true; autoUpgrade.enable = true;
stateVersion = "25.11"; stateVersion = "25.11";