From 13cdae0655c8368855e57756bf1c1fa9e5665de7 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 afe2a31..9b28e77 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 3a14509..26625de 100644 --- a/modules/hosts/laptop.nix +++ b/modules/hosts/laptop.nix @@ -39,7 +39,7 @@ latex ly mathematics - #mullvad #temporarly broken + mullvad networking nixUtils-laptop nixUtils @@ -69,7 +69,7 @@ hyprland-laptop kitty librewolf - #mullvad #temporarly broken + mullvad neovim nix-git-cherry-picker-laptop laptop-notewrapper