nixos: remove remaining reference to setuidPrograms

The option doesn't exist anymore.
This commit is contained in:
Bjørn Forsman 2017-02-14 22:20:27 +01:00
parent 195ca7393c
commit 448acd8e5e

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
let
inherit (config.security) wrapperDir wrappers setuidPrograms;
inherit (config.security) wrapperDir wrappers;
programs =
(lib.mapAttrsToList