Skip to content

Commit

Permalink
fcron module: fix use with hardlink-optimized store
Browse files Browse the repository at this point in the history
(cherry picked from commit 1afd97a)
  • Loading branch information
Ekleog authored and Mic92 committed Oct 9, 2017
1 parent 8c00f93 commit 951c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/scheduling/fcron.nix
Expand Up @@ -146,7 +146,7 @@ in
--group fcron \
--directory /var/spool/fcron
# load system crontab file
/run/wrappers/bin/fcrontab -u systab ${pkgs.writeText "systab" cfg.systab}
/run/wrappers/bin/fcrontab -u systab - < ${pkgs.writeText "systab" cfg.systab}
'';

serviceConfig = {
Expand Down

0 comments on commit 951c2f3

Please sign in to comment.