hydra-mirror: ensure home directory is created
Pierre Bourdon committed
Feb 21, 2024 at 14:35 UTC
53236d834e4a17113978767dc23c67dacdc255b5
1 file changed
+1
modules/hydra-mirror.nix
+1
@@ -47,6 +47,7 @@ in
47
users.users.hydra-mirror =
48
{ description = "Channel mirroring user";
49
home = "/home/hydra-mirror";
50
+ createHome = true;
51
uid = 497;
52
group = "hydra-mirror";
53
};