Rename mainUser to dekstopUser
This commit is contained in:
parent
a6a0f2650d
commit
fa0373d90f
3 changed files with 3 additions and 3 deletions
|
|
@ -15,7 +15,7 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
users.users.${config.mainUser.userName}.extraGroups = [ "libvirtd" ];
|
||||
users.users.${config.desktopUser.userName}.extraGroups = [ "libvirtd" ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ in
|
|||
# kernel module for forwarding to work
|
||||
boot.kernelModules = [ "nf_nat_ftp" ];
|
||||
|
||||
users.users.${config.mainUser.userName}.extraGroups = [ "lxd" ];
|
||||
users.users.${config.desktopUser.userName}.extraGroups = [ "lxd" ];
|
||||
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue