perf(hosts/luna): do not run gitea nix-runner on startup

This commit is contained in:
Price Hiller 2024-03-16 16:23:17 -05:00
parent b586f29394
commit 95d676cb67
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -43,6 +43,7 @@ in {
"nix-runner" = {
image = "nix-runner:latest";
imageFile = runner;
autoStart = false;
};
};
@ -130,4 +131,4 @@ in {
user = config.services.gitea.user;
group = config.services.gitea.group;
}];
}
}