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 };