fix(module): rename variable

This commit is contained in:
technofab 2025-03-04 15:23:46 +01:00
parent a63376edf1
commit dab96d0acd

View file

@ -37,7 +37,7 @@
type = subType { type = subType {
enable = mkOption { enable = mkOption {
type = types.bool; type = types.bool;
default = cfg.nix-jobs-per-default; default = cfg.nix-jobs-by-default;
description = "Handle this job as a nix job"; description = "Handle this job as a nix job";
}; };
deps = mkOption { deps = mkOption {