Loading nixos/modules/services/scheduling/cron.nix +2 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,8 @@ in wantedBy = [ "multi-user.target" ]; preStart = '' mkdir -m 710 -p /var/cron (umask 022 && mkdir -p /var) (umask 067 && mkdir -p /var/cron) # By default, allow all users to create a crontab. This # is denoted by the existence of an empty cron.deny file. Loading Loading
nixos/modules/services/scheduling/cron.nix +2 −1 Original line number Diff line number Diff line Loading @@ -125,7 +125,8 @@ in wantedBy = [ "multi-user.target" ]; preStart = '' mkdir -m 710 -p /var/cron (umask 022 && mkdir -p /var) (umask 067 && mkdir -p /var/cron) # By default, allow all users to create a crontab. This # is denoted by the existence of an empty cron.deny file. Loading