1
1
This commit is contained in:
2026-01-03 01:11:26 -05:00
parent e1a0453180
commit 0aa8a38b34

View File

@@ -22,10 +22,10 @@ in
services.gitea-actions-runner = {
package = pkgs.forgejo-runner;
instances."linode-nixos" = {
instances.default = {
enable = true;
name = "Linode-Nixos";
url = baseUrl;
name = "linode-nixos";
url = "https://${baseUrl}/";
tokenFile = ./git.ewanick.com/tokenFile;
hostPackages = with pkgs; [
bash
@@ -41,7 +41,6 @@ in
];
};
};
systemd.services."gitea-runner-linode-nixos".serviceConfig.ReadWritePaths = "/var/www";
services.caddy = {
enable = true;