fix: centralise the ports

This commit is contained in:
silver 2023-04-21 00:53:25 +01:00
parent f63aa7f245
commit fe93f796a6
4 changed files with 8 additions and 12 deletions

View file

@ -26,6 +26,9 @@
networking = {
# every sever needs to be accessable over ssh for admin use at least
firewall.allowedTCPPorts = [22];
# explisitly stating this is good
defaultGateway = "193.1.99.65";