nixos: remove remaining reference to setuidPrograms
The option doesn't exist anymore.
This commit is contained in:
parent
195ca7393c
commit
448acd8e5e
@ -1,7 +1,7 @@
|
|||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
|
|
||||||
inherit (config.security) wrapperDir wrappers setuidPrograms;
|
inherit (config.security) wrapperDir wrappers;
|
||||||
|
|
||||||
programs =
|
programs =
|
||||||
(lib.mapAttrsToList
|
(lib.mapAttrsToList
|
||||||
|
Loading…
x
Reference in New Issue
Block a user