From 14eff1c72013201c64bdc19e55fe0a549bbc7fc4 Mon Sep 17 00:00:00 2001 From: Zeph Levy <171337931+ZephLevy@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:41:01 +0200 Subject: [PATCH] Enable MullvadVPN and add qBittorrent --- nixos/configuration.nix | 7 +++++++ nixos/pkgs.nix | 1 + 2 files changed, 8 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index fdcaec6..f18be7a 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -76,4 +76,11 @@ powerOnBoot = false; }; services.blueman.enable = true; + + + services.mullvad-vpn = { + enable = true; + package = pkgs.mullvad-vpn; + }; + services.resolved.enable = true; } diff --git a/nixos/pkgs.nix b/nixos/pkgs.nix index 3f00e73..f934d61 100644 --- a/nixos/pkgs.nix +++ b/nixos/pkgs.nix @@ -64,6 +64,7 @@ # ente-auth signal-desktop strawberry + qbittorrent # Office (and fun) godot