From 627a2d884d50f7ef90798d94019369f7634d9995 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 20 Jul 2023 17:11:15 +0200 Subject: [PATCH] this somehow makes mullvad work IDK Xd --- hosts/niks/configuration.nix | 1 + hosts/niks/default.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/niks/configuration.nix b/hosts/niks/configuration.nix index d7b2a5e4..00d548c8 100644 --- a/hosts/niks/configuration.nix +++ b/hosts/niks/configuration.nix @@ -123,6 +123,7 @@ in }; }; blueman.enable = true; + mullvad-vpn.enable = true; }; hardware = { diff --git a/hosts/niks/default.nix b/hosts/niks/default.nix index 8bd42de8..ccec1106 100644 --- a/hosts/niks/default.nix +++ b/hosts/niks/default.nix @@ -2,7 +2,7 @@ _: { imports = [ ./configuration.nix ./hardware-configuration.nix - ./mullvad + #./mullvad ./ssh #./wireguard ];