update script reboot fix

This commit is contained in:
2025-12-18 07:07:51 +01:00
parent 8960f59f0d
commit db5cd7a996
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@
services.fstrim.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
networking.firewall.allowedTCPPorts = [8080];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;