forked from mirrors/nixpkgs
hydra-mirror.nix: forgot description for user
svn path=/nixos/trunk/; revision=25212
This commit is contained in:
parent
5d7b524bd3
commit
e1c4b6a1f5
|
@ -95,7 +95,7 @@ in
|
|||
config = mkIf cfg.enable {
|
||||
|
||||
users.extraUsers = singleton
|
||||
{ name = cfg.user; };
|
||||
{ name = cfg.user; description = "Hydra mirror"; };
|
||||
|
||||
services.cron.systemCronJobs = map cronjob cfg.jobsets;
|
||||
|
||||
|
|
Loading…
Reference in a new issue