mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Security/Hardening] fix mkQuasiForce
This commit is contained in:
parent
433565ff9c
commit
2bc54d0c0e
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@ with lib;
|
|||
let
|
||||
cfg = config.aviallon.hardening;
|
||||
desktopCfg = config.aviallon.desktop;
|
||||
mkQuasiForce = x: lib.mkOverride 2 x;
|
||||
_mkForcePrio = lib.mkForce null;
|
||||
mkQuasiForce = x: lib.mkOverride (_mkForcePrio.priority + 1) x;
|
||||
in
|
||||
{
|
||||
options.aviallon.hardening = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue