Fix job name in nixos/modules/programs/blcr.nix

svn path=/nixos/trunk/; revision=21106
This commit is contained in:
Marco Maggesi 2010-04-15 17:14:44 +00:00
parent 267e0af8db
commit c423f16f69

View File

@ -38,7 +38,7 @@ in
config = mkIf cfg.enable {
environment.systemPackages = [ blcrPkg ];
jobs.openafsClient = {
jobs.blcr = {
name = "blcr";
description = "Loads BLCR kernel modules";
task = true;