add ntfs3g
This commit is contained in:
parent
0dd087f4b8
commit
b4bc7490fc
@ -161,12 +161,25 @@
|
||||
qemu
|
||||
mpv
|
||||
krita
|
||||
ntfs3g
|
||||
];
|
||||
environment.etc."xdg/autostart/xwaylandvideobridge.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
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 = {
|
||||
enable = true;
|
||||
@ -195,9 +208,11 @@
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
24800 #Synergy
|
||||
53317 #localsend
|
||||
];
|
||||
networking.firewall.allowedUDPPorts = [
|
||||
24800 #Synergy
|
||||
53317 #localsend
|
||||
];
|
||||
# Or disable the firewall altogether.
|
||||
# networking.firewall.enable = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user