users/danio: add to wheel
This commit is contained in:
parent
aa884353c7
commit
abec66b287
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
users.users.danio = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "drift" "nix-builder-users" ];
|
||||
extraGroups = [ "drift" "nix-builder-users" "wheel" ];
|
||||
shell = pkgs.zsh;
|
||||
|
||||
openssh.authorizedKeys.keys = [
|
||||
|
|
Loading…
Reference in New Issue