cleanup user groups
This commit is contained in:
parent
8ff8962bb7
commit
15e6749bd6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
hashedPasswordFile = config.sops.secrets."passwd/adtya".path;
|
||||
description = "Adithya Nair";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "docker" "libvirtd" "networkmanager" "tss" "wheel" ];
|
||||
extraGroups = [ "docker" "libvirtd" "networkmanager" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPxDgoV9yf+yPnp4pt5EWgo7uC25W66ehoL/rlshVW+8 Skipper"
|
||||
|
|
Loading…
Reference in a new issue