* Fix the infinite recursion in fcron while evaluating the manual.
svn path=/nixos/trunk/; revision=25418
This commit is contained in:
parent
efa2dccf44
commit
0829a9977d
@ -61,7 +61,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
systab = mkOption {
|
systab = mkOption {
|
||||||
default = systemCronJobs;
|
default = "";
|
||||||
description = ''The "system" crontab contents.'';
|
description = ''The "system" crontab contents.'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
@ -73,6 +73,8 @@ in
|
|||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
||||||
|
services.fcron.systab = systemCronJobs;
|
||||||
|
|
||||||
environment.etc =
|
environment.etc =
|
||||||
[ (allowdeny "allow" (cfg.allow))
|
[ (allowdeny "allow" (cfg.allow))
|
||||||
(allowdeny "deny" cfg.deny)
|
(allowdeny "deny" cfg.deny)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user