mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
client samba cleanup
This commit is contained in:
parent
4502c5ff62
commit
31170a616f
@ -23,15 +23,15 @@
|
||||
networking.firewall.allowedTCPPorts = [ 5357 ];
|
||||
networking.firewall.allowedUDPPorts = [ 3702 ];
|
||||
|
||||
# Allow browsing Samba shares
|
||||
# Allow client browsing Samba and virtual filesystem shares
|
||||
services.gvfs =
|
||||
lib.mkIf (config.gui.enable && config.nautilus.enable) { enable = true; };
|
||||
|
||||
# Permissions required to mount Samba with GVFS, if not using desktop environment
|
||||
environment.systemPackages = lib.mkIf (config.gui.enable
|
||||
&& config.nautilus.enable
|
||||
&& config.services.xserver.windowManager.i3.enable)
|
||||
[ pkgs.lxqt.pxqt-policykit ];
|
||||
# # Permissions required to mount Samba with GVFS, if not using desktop environment
|
||||
# environment.systemPackages = lib.mkIf (config.gui.enable
|
||||
# && config.nautilus.enable
|
||||
# && config.services.xserver.windowManager.i3.enable)
|
||||
# [ pkgs.lxqt.lxqt-policykit ];
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user