This commit is contained in:
albert 2025-02-02 21:31:07 -08:00
parent 1ab1df80b6
commit 6ad7f38fd3
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -26,4 +26,11 @@
hostPackages = with pkgs; [ nix deploy-rs ];
};
};
systemd.services.gitea-actions-runner-default = {
serviceConfig = {
StateDirectory = "gitea-actions-runner-default";
RuntimeDirectory = "gitea-actions-runner-default";
};
};
}