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 74b09e467c
commit 1699d378d9
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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