0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nixos/gpsd: define group, fix after #133166

This commit is contained in:
Guillaume Girol 2021-09-17 12:00:00 +00:00 committed by Yuka
parent 615db90f3d
commit 8c2e6705b3

View file

@ -88,6 +88,7 @@ in
users.users.gpsd = users.users.gpsd =
{ inherit uid; { inherit uid;
group = "gpsd";
description = "gpsd daemon user"; description = "gpsd daemon user";
home = "/var/empty"; home = "/var/empty";
}; };