mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
ffca8e56c5
commit
08e84f6512
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ in
|
|||
homeMode = "0750";
|
||||
createHome = true;
|
||||
group = "cosmic-greeter";
|
||||
extraGroups = [ "video" ];
|
||||
};
|
||||
# Required for authentication
|
||||
security.pam.services.cosmic-greeter = { };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue