mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
mullvad: init
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
/nix/store/c0iwr0v7bjfka094wv6hd1hjmrkx9hm9-options.json
|
||||
Reference in New Issue
Block a user