Add self to dialout extra group

This commit is contained in:
Evie Litherland-Smith 2024-07-26 19:21:11 +01:00
parent e91074bf5f
commit e391637ba6

View file

@ -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;};
};