From b6690407f7390a640464a2dcf8eb8c4e30ec2438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Wed, 12 Aug 2026 19:47:52 +0200 Subject: [PATCH] restore mullvad --- modules/applications/mullvad.nix | 6 ++---- modules/hosts/desktop.nix | 4 ++-- modules/hosts/laptop.nix | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/modules/applications/mullvad.nix b/modules/applications/mullvad.nix index 57981e6..07cb153 100644 --- a/modules/applications/mullvad.nix +++ b/modules/applications/mullvad.nix @@ -1,15 +1,13 @@ _: { - flake.nixosModules.mullvad = {pkgs-unstable, ...}: { + flake.nixosModules.mullvad = _: { services.mullvad-vpn = { enable = true; - package = pkgs-unstable.mullvad-vpn; }; }; - flake.homeModules.mullvad = {pkgs-unstable, ...}: { + flake.homeModules.mullvad = _: { programs.mullvad-vpn = { # gui enable = true; - package = pkgs-unstable.mullvad-vpn; }; }; } diff --git a/modules/hosts/desktop.nix b/modules/hosts/desktop.nix index 631145b..836278b 100644 --- a/modules/hosts/desktop.nix +++ b/modules/hosts/desktop.nix @@ -38,7 +38,7 @@ latex ly mathematics - #mullvad #temporarly broken + mullvad networking nixUtils notifications @@ -68,7 +68,7 @@ hyprland-desktop kitty librewolf - #mullvad #temporarly broken + mullvad neovim nix-git-cherry-picker-desktop desktop-notewrapper diff --git a/modules/hosts/laptop.nix b/modules/hosts/laptop.nix index 0a45e75..00f9a81 100644 --- a/modules/hosts/laptop.nix +++ b/modules/hosts/laptop.nix @@ -41,7 +41,7 @@ latex ly mathematics - #mullvad #temporarly broken + mullvad networking nixUtils-laptop nixUtils @@ -72,7 +72,7 @@ hyprland-laptop kitty librewolf - #mullvad #temporarly broken + mullvad neovim nix-git-cherry-picker-laptop laptop-notewrapper