Fix job name in nixos/modules/programs/blcr.nix
svn path=/nixos/trunk/; revision=21106
This commit is contained in:
parent
267e0af8db
commit
c423f16f69
@ -38,7 +38,7 @@ in
|
|||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
environment.systemPackages = [ blcrPkg ];
|
environment.systemPackages = [ blcrPkg ];
|
||||||
|
|
||||||
jobs.openafsClient = {
|
jobs.blcr = {
|
||||||
name = "blcr";
|
name = "blcr";
|
||||||
description = "Loads BLCR kernel modules";
|
description = "Loads BLCR kernel modules";
|
||||||
task = true;
|
task = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user