mullvad: init

This commit is contained in:
2026-05-06 19:58:43 +02:00
parent b1687bdccb
commit 0c2e877c11
5 changed files with 34 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
# see also ../nixos/mullvad.nix
{
...
}: {
programs.mullvad-vpn = {
enable = true;
# see https://github.com/mullvad/mullvadvpn-app/blob/main/desktop/packages/mullvad-vpn/src/main/gui-settings.ts for options
settings = {
autoConnect = true;
autoStart = true;
};
};
}
+1
View File
@@ -0,0 +1 @@
/nix/store/c0iwr0v7bjfka094wv6hd1hjmrkx9hm9-options.json