refactoring mullvad deprecated call

This commit is contained in:
Dea 2026-07-31 22:42:24 -04:00
parent 89552132e7
commit 351275cceb

View file

@ -44,7 +44,8 @@
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn; # mullvad only has the cli
gui.enable = true;
# package = pkgs.mullvad-vpn; # mullvad only has the cli
};
# Enable docker virtualisation.
@ -78,6 +79,11 @@
theme = "default";
};
# stylix = {
# enable = true;
# image = /${root}/assets/wallpapers/lantern.png;
# };
users.users.dea = {
description = "dea";
isNormalUser = true;