mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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 {
|
||||
environment.systemPackages = [ blcrPkg ];
|
||||
|
||||
jobs.openafsClient = {
|
||||
jobs.blcr = {
|
||||
name = "blcr";
|
||||
description = "Loads BLCR kernel modules";
|
||||
task = true;
|
||||
|
Loading…
Reference in New Issue
Block a user