remote networkmanager group
This commit is contained in:
parent
027834dc59
commit
0e32fc6f7d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
|||
inherit (user.primary) hashedPassword;
|
||||
description = user.primary.realName;
|
||||
isNormalUser = true;
|
||||
extraGroups = ["docker" "libvirtd" "networkmanager" "tss" "wheel"];
|
||||
extraGroups = ["docker" "libvirtd" "tss" "wheel"];
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
user.primary.sshPublicKey
|
||||
|
|
Loading…
Reference in a new issue