parent
931af92bfa
commit
8e88e81b86
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ in {
|
||||||
inherit (user.primary) hashedPassword;
|
inherit (user.primary) hashedPassword;
|
||||||
description = user.primary.realName;
|
description = user.primary.realName;
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = ["docker" "libvirtd" "tss" "wheel"];
|
extraGroups = ["docker" "libvirtd" "networkmanager" "tss" "wheel"];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
user.primary.sshPublicKey
|
user.primary.sshPublicKey
|
||||||
|
|
Loading…
Reference in a new issue