add ntfs3g

This commit is contained in:
Andreas Schaafsma 2025-12-14 19:43:22 +01:00
parent 0dd087f4b8
commit b4bc7490fc

View File

@ -161,12 +161,25 @@
qemu qemu
mpv mpv
krita krita
ntfs3g
]; ];
environment.etc."xdg/autostart/xwaylandvideobridge.desktop".text = '' environment.etc."xdg/autostart/xwaylandvideobridge.desktop".text = ''
[Desktop Entry] [Desktop Entry]
Hidden=true Hidden=true
''; '';
services.udisks2.settings = { # Should fix mounting ntfs system partition - Did not work
"udisks2.conf" = {
defaults = {
allow_mount_internal = true;
allow_mount_system = true;
};
};
};
services.gvfs.enable = true; # For file manager integration
virtualisation.libvirtd = { virtualisation.libvirtd = {
enable = true; enable = true;
@ -195,9 +208,11 @@
# Open ports in the firewall. # Open ports in the firewall.
networking.firewall.allowedTCPPorts = [ networking.firewall.allowedTCPPorts = [
24800 #Synergy 24800 #Synergy
53317 #localsend
]; ];
networking.firewall.allowedUDPPorts = [ networking.firewall.allowedUDPPorts = [
24800 #Synergy 24800 #Synergy
53317 #localsend
]; ];
# Or disable the firewall altogether. # Or disable the firewall altogether.
# networking.firewall.enable = false; # networking.firewall.enable = false;