nixos/gpsd: define group, fix after #133166

This commit is contained in:
Guillaume Girol
2021-09-18 14:42:08 +02:00
committed by Yuka
parent 615db90f3d
commit 8c2e6705b3
+1
View File
@@ -88,6 +88,7 @@ in
users.users.gpsd =
{ inherit uid;
group = "gpsd";
description = "gpsd daemon user";
home = "/var/empty";
};