Loading nixos/modules/services/security/usbguard.nix +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ in }; implicitPolicyTarget = mkOption { type = policy; type = types.enum [ "allow" "block" "reject" ]; default = "block"; description = lib.mdDoc '' How to treat USB devices that don't match any rule in the policy. Loading Loading @@ -110,7 +110,7 @@ in }; insertedDevicePolicy = mkOption { type = policy; type = types.enum [ "block" "reject" "apply-policy" ]; default = "apply-policy"; description = lib.mdDoc '' How to treat USB devices that are already connected after the daemon Loading Loading
nixos/modules/services/security/usbguard.nix +2 −2 Original line number Diff line number Diff line Loading @@ -80,7 +80,7 @@ in }; implicitPolicyTarget = mkOption { type = policy; type = types.enum [ "allow" "block" "reject" ]; default = "block"; description = lib.mdDoc '' How to treat USB devices that don't match any rule in the policy. Loading Loading @@ -110,7 +110,7 @@ in }; insertedDevicePolicy = mkOption { type = policy; type = types.enum [ "block" "reject" "apply-policy" ]; default = "apply-policy"; description = lib.mdDoc '' How to treat USB devices that are already connected after the daemon Loading