base: users: add alarsyo to video group

This commit is contained in:
Antoine Martin 2021-07-24 01:30:54 +02:00
parent ca5f1167c2
commit 084fca9a59

View file

@ -13,6 +13,7 @@ in
extraGroups = [ extraGroups = [
"media" "media"
"networkmanager" "networkmanager"
"video" # for `light` permissions
"docker" "docker"
"wheel" # Enable sudo for the user. "wheel" # Enable sudo for the user.
]; ];