nixos: fix remaining services for network-online dep fix

This commit is contained in:
Jade Lovelace
2023-10-03 23:23:30 -07:00
parent 1b514b3e10
commit fe474ed61a
14 changed files with 14 additions and 1 deletions

View File

@@ -188,6 +188,7 @@ in
nameValuePair "gitea-runner-${escapeSystemdPath name}" {
inherit (instance) enable;
description = "Gitea Actions Runner";
wants = [ "network-online.target" ];
after = [
"network-online.target"
] ++ optionals (wantsDocker) [