this somehow makes mullvad work IDK Xd

This commit is contained in:
jacekpoz 2023-07-20 17:11:15 +02:00
parent 6b94eb3280
commit 627a2d884d
2 changed files with 2 additions and 1 deletions

View file

@ -123,6 +123,7 @@ in
};
};
blueman.enable = true;
mullvad-vpn.enable = true;
};
hardware = {

View file

@ -2,7 +2,7 @@ _: {
imports = [
./configuration.nix
./hardware-configuration.nix
./mullvad
#./mullvad
./ssh
#./wireguard
];