infra: fix warnings
This commit is contained in:
parent
cd846260e4
commit
d2202e97fb
|
@ -53,5 +53,6 @@
|
|||
|
||||
services.openssh.enable = true;
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
deployment.targetHost = "bagel-box.infra.forkos.org";
|
||||
}
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue