enable attic-queue correctly

This commit is contained in:
Charlotte 🦝 Delenk 2023-12-19 15:57:17 +01:00
parent b883cb7854
commit 057b652a62
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -57,8 +57,8 @@ in {
services.hydra = {
enable = true;
package = hydra.packages.${system}.hydra.overrideAttrs (_: {
doCheck = false;
doInstallCheck = false;
doCheck = false;
doInstallCheck = false;
});
hydraURL = "https://hydra.chir.rs/";
notificationSender = "hydra@chir.rs";
@ -163,8 +163,8 @@ in {
systemd.services."attic-queue" = {
description = "Upload build results";
wantedBy = ["multi-user.target"];
serviceConfig = {
Type = "oneshot";
User = "hydra-queue-runner";
Group = "hydra";
};