Codroipo (again)

This commit is contained in:
Andrea Ciceri 2023-01-05 11:35:48 +01:00
parent b9980587cf
commit e90d83f78f
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
11 changed files with 66 additions and 10 deletions

View file

@ -157,8 +157,8 @@
# services.openssh.enable = true;
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# networking.firewall.allowedTCPPorts = [ 5000];
# networking.firewall.allowedUDPPorts = [ 5000 ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;