about summary refs log tree commit diff
path: root/nixos/modules/services/scheduling
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2017-04-23 11:40:18 +0200
committerJörg Thalheim <joerg@thalheim.io>2017-04-23 11:44:04 +0200
commit44c3726dcadfe4d3be5c6bff231c9252f20e3c9b (patch)
tree3f700c8e9adb1d9c6711383194eb766461613546 /nixos/modules/services/scheduling
parentf45f2fb67a4f620938e8b05941e8d8297661fd35 (diff)
fcron: install systab
fixes #25072
Diffstat (limited to 'nixos/modules/services/scheduling')
-rw-r--r--nixos/modules/services/scheduling/fcron.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/scheduling/fcron.nix b/nixos/modules/services/scheduling/fcron.nix
index bc631bdd04477..af4f9f41fd040 100644
--- a/nixos/modules/services/scheduling/fcron.nix
+++ b/nixos/modules/services/scheduling/fcron.nix
@@ -149,7 +149,7 @@ in
           --group fcron \
           --directory /var/spool/fcron
         # load system crontab file
-        #${pkgs.fcron}/bin/fcrontab -u systab ${pkgs.writeText "systab" cfg.systab}
+        /run/wrappers/bin/fcrontab -u systab ${pkgs.writeText "systab" cfg.systab}
       '';
 
       serviceConfig = {