fix: FCRON should no longer be build by default
svn path=/nixos/trunk/; revision=13436
This commit is contained in:
parent
be02b8a87a
commit
d02e581192
@ -3035,7 +3035,7 @@ root ALL=(ALL) SETENV: ALL
|
|||||||
|
|
||||||
# services
|
# services
|
||||||
(import ../upstart-jobs/cron.nix)
|
(import ../upstart-jobs/cron.nix)
|
||||||
#(import ../upstart-jobs/fcron.nix)
|
(import ../upstart-jobs/fcron.nix)
|
||||||
(import ../upstart-jobs/cron/locate.nix)
|
(import ../upstart-jobs/cron/locate.nix)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -107,10 +107,10 @@ in
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
extraPackages =
|
extraPackages = ifEnabled (
|
||||||
pkgs.lib.optional
|
pkgs.lib.optional
|
||||||
(!config.environment.cleanStart)
|
(!config.environment.cleanStart)
|
||||||
pkgs.fcron;
|
pkgs.fcron);
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user