refactoring mullvad deprecated call
This commit is contained in:
parent
89552132e7
commit
351275cceb
1 changed files with 7 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue