summaryrefslogtreecommitdiff
path: root/nixos/common/services.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixos/common/services.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/common/services.nix b/nixos/common/services.nix
index d63e547..8a73d42 100644
--- a/nixos/common/services.nix
+++ b/nixos/common/services.nix
@@ -19,4 +19,9 @@
};
services.spice-vdagentd.enable = true;
+ services.mullvad-vpn = {
+ enable = true;
+ package = pkgs.mullvad-vpn;
+ };
+
}