nixos/cosmic-greeter: add video group to user

This change aligns the NixOS module with the permissions configured by the upstream project.
This commit is contained in:
Heitor Augusto 2025-10-06 14:00:32 -03:00 committed by John Titor
commit 08e84f6512
No known key found for this signature in database
GPG key ID: 29B0514F4E3C1CC0

View file

@ -70,6 +70,7 @@ in
homeMode = "0750";
createHome = true;
group = "cosmic-greeter";
extraGroups = [ "video" ];
};
# Required for authentication
security.pam.services.cosmic-greeter = { };