Add user to video group

This commit is contained in:
Thomas Avé 2026-03-13 14:55:50 +07:00
parent fbc5116995
commit 5b86d1cd9b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@
};
users.users.${user} = {
isNormalUser = true;
extraGroups = ["wheel"]; # Enable sudo for the user.
extraGroups = ["wheel" "video"]; # Enable sudo for the user.
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAa3tMzSCRuprEACrBsKI0F/o73o6J9L1qR3TaZn/N8 user@Kell"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByLwLAdJbmoDV5sx4hg5NbzKbOh1GmWEhDOUJ1GQBhK user@Riva"