summary refs log tree commit diff
path: root/nixos/modules/security/wrappers
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 17:10:32 -0600
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-29 17:10:32 -0600
commit264db4e30936cbb4dd9f88123aafb42a5259e74f (patch)
tree92b00c1bf0fdb8049cb85fbe1e710d6c5c1d286c /nixos/modules/security/wrappers
parentf2f3f1479e18b530b57628c7d7725283afb57ac4 (diff)
downloadnixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.tar
nixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.tar.gz
nixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.tar.bz2
nixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.tar.lz
nixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.tar.xz
nixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.tar.zst
nixpkgs-264db4e30936cbb4dd9f88123aafb42a5259e74f.zip
Set merge + mkIf always surprises me
Diffstat (limited to 'nixos/modules/security/wrappers')
-rw-r--r--nixos/modules/security/wrappers/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/modules/security/wrappers/default.nix b/nixos/modules/security/wrappers/default.nix
index 73b4cad8687..71799175011 100644
--- a/nixos/modules/security/wrappers/default.nix
+++ b/nixos/modules/security/wrappers/default.nix
@@ -152,6 +152,9 @@ in
 
   ###### implementation
   config = {
+
+    security.wrappers.fusermount.source = "${pkgs.fuse}/bin/fusermount";
+
     # Make sure our wrapperDir exports to the PATH env variable when
     # initializing the shell
     environment.extraInit = ''