More derp

This commit is contained in:
Parnell Springmeyer
2017-01-29 05:33:56 -06:00
parent 70b8167d4a
commit 628e6a83d0
13 changed files with 38 additions and 42 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ in
{ services.cron.enable = mkDefault (allFiles != []); }
(mkIf (config.services.cron.enable) {
security.setuidPrograms = [ "crontab" ];
security.wrappers.crontab.source = "${pkgs.cronNixosPkg.out}/bin/crontab";
environment.systemPackages = [ cronNixosPkg ];
environment.etc.crontab =
{ source = pkgs.runCommand "crontabs" { inherit allFiles; preferLocalBuild = true; }