From 448acd8e5e722bbd6396f6d069bf1b06993f72d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Tue, 14 Feb 2017 22:20:27 +0100 Subject: [PATCH] nixos: remove remaining reference to setuidPrograms The option doesn't exist anymore. --- nixos/modules/security/wrappers/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix index 9e4f3fdaa01f..cdf7e5a17650 100644 --- a/nixos/modules/security/wrappers/default.nix +++ b/nixos/modules/security/wrappers/default.nix @@ -1,7 +1,7 @@ { config, lib, pkgs, ... }: let - inherit (config.security) wrapperDir wrappers setuidPrograms; + inherit (config.security) wrapperDir wrappers; programs = (lib.mapAttrsToList