Make gitlab-runner come after network-online

This commit is contained in:
Greg Hellings
2024-10-18 14:52:01 -05:00
parent 536214e577
commit 0e24d39dce
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -15,5 +15,6 @@ in
"net.ipv4.ip_forward" = "1";
"net.ipv6.conf.all.forwarding" = "1";
};
systemd.services.tailscaled.partOf = [ "network-online.target" ];
};
}