From 110590572ee647ffe2362260e608115781de9759 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 8 Aug 2023 12:24:57 +0200 Subject: [PATCH] Allow users mounting smb shares --- system/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/default.nix b/system/default.nix index fcb512c0..41b9d0f5 100644 --- a/system/default.nix +++ b/system/default.nix @@ -363,6 +363,8 @@ with mylib.networking; { thefuck.enable = true; xwayland.enable = true; + fuse.userAllowOther = true; # Allow users to mount e.g. samba shares (cifs) + # ausweisapp.openFirewall = true; # Directly set port in firewall };