users: define extraGroups per-host

This commit is contained in:
Katherina Walshe-Grey 2024-08-29 17:56:13 +01:00
parent f5191640f5
commit 66cc74e388
5 changed files with 12 additions and 7 deletions

View file

@ -5,11 +5,6 @@ in {
users.users.qenya = {
isNormalUser = true;
home = "/home/qenya";
extraGroups = [
"wheel" # sudo
"networkmanager" # UI wifi configuration
"dialout" # access to serial ports
];
shell = pkgs.zsh;
openssh.authorizedKeys.keys = keys.users.qenya;
uid = 1001;