fixed persistence for fprint and added usbip port to firewall

This commit is contained in:
yaroslav
2025-06-14 12:34:05 +03:00
parent e6ea0e007d
commit caf056a584
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
# networking
networking.networkmanager.enable = true;
networking.firewall.allowedTCPPorts = [ 22 38401 ];
networking.firewall.allowedTCPPorts = [ 22 3240 ];
networking.firewall.allowedUDPPorts = [ 38401 ];
networking.nftables.enable = true;
networking.hosts = {
+1
View File
@@ -8,6 +8,7 @@
"/var/lib/nixos"
"/var/lib/systemd/coredump"
"/var/lib/systemd/timers"
"/var/lib/fprint"
"/etc/NetworkManager"
"/var/lib/sddm"
"/etc/ssh"