mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
Increase override priority for DeviceAllow
This commit is contained in:
parent
ff9efb0724
commit
488aa85ca1
@ -50,7 +50,7 @@ in {
|
||||
"CAP_SYS_ADMIN"
|
||||
];
|
||||
DevicePolicy = "closed";
|
||||
DeviceAllow = lib.mkOverride 100 (
|
||||
DeviceAllow = lib.mkOverride 50 (
|
||||
if cfg.devices != [] then
|
||||
cfg.devices
|
||||
else [
|
||||
|
Loading…
Reference in New Issue
Block a user