Add self to dialout extra group
This commit is contained in:
parent
e91074bf5f
commit
e391637ba6
|
@ -96,7 +96,7 @@
|
|||
group = "users";
|
||||
isNormalUser = true;
|
||||
description = "Evie Litherland-Smith";
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input" "uinput"];
|
||||
extraGroups = ["networkmanager" "wheel" "video" "input" "uinput" "dialout"];
|
||||
initialHashedPassword = "$y$j9T$tHIPQt09Kf3KH2eIRze3g/$2mwSlcq27DTGvHNPJ5EP9/1CfL3bXP0F6oS/Vuffmn3";
|
||||
openssh = {inherit (config.users.users.root.openssh) authorizedKeys;};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue