Fix job name in nixos/modules/programs/blcr.nix
svn path=/nixos/trunk/; revision=21106
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user