summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--accounts/gkleen@sif/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index a72356fe..c97147e5 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -257,7 +257,7 @@ in {
257 ]; 257 ];
258 fake = { 258 fake = {
259 builtin = ["print"]; 259 builtin = ["print"];
260 external = ["sudo" "umount" "fusermount3"]; 260 external = lib.mapAttrsToList (_: cfg: cfg.program) config.security.wrappers;
261 }; 261 };
262 }; 262 };
263 }; 263 };