infra: fix warnings

This commit is contained in:
Janik Haag 2024-07-19 00:49:17 +02:00
parent cd846260e4
commit cfa6d79b75
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -53,5 +53,6 @@
services.openssh.enable = true;
system.stateVersion = "24.11";
deployment.targetHost = "bagel-box.infra.forkos.org";
}

View file

@ -34,6 +34,7 @@ in
# the required (additional) IPv6 address, leading to sshd to not being able to
# bind to the requested IP, crashing 5 times and running into the default
# restart counter limit (5).
systemd.services.sshd.wants = [ "network-online.target" ];
systemd.services.sshd.after = [ "network-online.target" ];
bagel.services.forgejo = {