Compare commits

..

No commits in common. "e7b6ebb54e801326ca2d374ceed11bda1b6556bd" and "84d4918224f37bf0902b1d13c881cb5cb47b3d79" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -10,8 +10,6 @@
};
server = {
ROOT_URL = "http://git.everest.sable-pancake.ts.net";
START_SSH_SERVER = true;
SSH_PORT = 4222;
};
};
};

View file

@ -20,14 +20,7 @@
};
};
systemd = {
units.tailscaled.requiredBy = [ "traefik.service" ];
# We have somewhat frequent power outages, and our ISP router takes
# ages to boot up. If I don't add a delay, traefik tries to bind to
# the tailscale interface before it's ready, making it crash too much
# in too little time
services.traefik.serviceConfig.RestartSec = 120;
};
systemd.units.tailscaled.requiredBy = [ "traefik.service" ];
networking.firewall.allowedTCPPorts = [ 80 8080 ];
}