Skip to content

Commit

Permalink
lib/modules: bump mkOptionDefault priority to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Jun 17, 2018
1 parent 176380d commit 441796c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules.nix
Expand Up @@ -493,7 +493,7 @@ rec {
inherit priority content;
};

mkOptionDefault = mkOverride 1001; # priority of option defaults
mkOptionDefault = mkOverride 1500; # priority of option defaults
mkDefault = mkOverride 1000; # used in config sections of non-user modules to set a default
mkForce = mkOverride 50;
mkVMOverride = mkOverride 10; # used by ‘nixos-rebuild build-vm’
Expand Down

0 comments on commit 441796c

Please sign in to comment.