infra: fix warnings

This commit is contained in:
Janik Haag 2024-07-19 00:49:17 +02:00
parent cd846260e4
commit d2202e97fb
No known key found for this signature in database
3 changed files with 3 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 = {

View file

@ -128,6 +128,7 @@ in {
'';
};
systemd.services.hydra-queue-runner.wants = [ "network-online.target" ];
systemd.services.hydra-queue-runner.serviceConfig.EnvironmentFile =
config.age.secrets.hydra-s3-credentials.path;