From f14cf438b4187ac2c13f2ff268bb573b93c08177 Mon Sep 17 00:00:00 2001 From: Neil Mayhew Date: Sat, 18 May 2019 16:48:34 -0600 Subject: nixos/modules: Ensure the colord user is a system user Ideally, it should have an assigned uid and gid --- nixos/modules/services/x11/colord.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules') diff --git a/nixos/modules/services/x11/colord.nix b/nixos/modules/services/x11/colord.nix index 17568df091d..cf113ad2af8 100644 --- a/nixos/modules/services/x11/colord.nix +++ b/nixos/modules/services/x11/colord.nix @@ -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"; }; -- cgit 1.4.1