mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 05:38:57 +03:00
nixos/gpsd: define group, fix after #133166
This commit is contained in:
parent
615db90f3d
commit
8c2e6705b3
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ in
|
|||
|
||||
users.users.gpsd =
|
||||
{ inherit uid;
|
||||
group = "gpsd";
|
||||
description = "gpsd daemon user";
|
||||
home = "/var/empty";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue