nixos/modules: Ensure the colord user is a system user
Ideally, it should have an assigned uid and gid
This commit is contained in:
parent
cb3c214602
commit
f14cf438b4
|
@ -29,6 +29,7 @@ in {
|
|||
environment.etc."tmpfiles.d/colord.conf".source = "${pkgs.colord}/lib/tmpfiles.d/colord.conf";
|
||||
|
||||
users.users.colord = {
|
||||
isSystemUser = true;
|
||||
home = "/var/lib/colord";
|
||||
group = "colord";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue