fix: FCRON should no longer be build by default

svn path=/nixos/trunk/; revision=13436
This commit is contained in:
Marc Weber 2008-11-26 14:38:35 +00:00
parent be02b8a87a
commit d02e581192
2 changed files with 3 additions and 3 deletions

View File

@ -3035,7 +3035,7 @@ root ALL=(ALL) SETENV: ALL
# services
(import ../upstart-jobs/cron.nix)
#(import ../upstart-jobs/fcron.nix)
(import ../upstart-jobs/fcron.nix)
(import ../upstart-jobs/cron/locate.nix)
];
}

View File

@ -107,10 +107,10 @@ in
}
];
extraPackages =
extraPackages = ifEnabled (
pkgs.lib.optional
(!config.environment.cleanStart)
pkgs.fcron;
pkgs.fcron);
};
services = {