hydra-mirror: remove hardcoded uid
Pierre Bourdon committed
Feb 22, 2024 at 02:14 UTC
e69b851360d0fcdfaf98bafbf4dfc8d594aff8f7
1 file changed
+1
-1
modules/hydra-mirror.nix
+1
-1
@@ -61,7 +61,7 @@ in
61
{ description = "Channel mirroring user";
62
home = "/home/hydra-mirror";
63
createHome = true;
64
- uid = 497;
64
+ isSystemUser = true;
65
group = "hydra-mirror";
66
};
67