diff --git a/hosts/luna/modules/docker/gitlab.nix b/hosts/luna/modules/docker/gitlab.nix index 17f874f..63bf340 100644 --- a/hosts/luna/modules/docker/gitlab.nix +++ b/hosts/luna/modules/docker/gitlab.nix @@ -9,8 +9,8 @@ in ]; systemd.timers.delay-gitlab-start = { - after = [ "docker.service" "docker.socket" "network-online.target" ]; - wantedBy = [ "timers.target" ]; + after = [ "docker.service" "docker.socket" ]; + wantedBy = [ "timers.target" "network-online.target" ]; timerConfig = { OnActiveSec = "30sec"; Unit = "docker-gitlab.service"; @@ -62,4 +62,4 @@ in forceSSL = true; enableACME = true; }; -} +} \ No newline at end of file