fixed persistence for fprint and added usbip port to firewall
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user