mirror of
https://github.com/davegallant/nix-config
synced 2026-01-07 06:44:05 +00:00
Add mullvad
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user