moving to gitea #1

Merged
Richie merged 15 commits from feature/gitea-conversion into main 2026-05-03 22:28:04 -04:00
Showing only changes of commit b58ea60557 - Show all commits
+10 -2
View File
@@ -126,9 +126,17 @@ in
];
tokenFile = "/run/secrets/gitea-runners/registration-token";
hostPackages = with pkgs; [
nixos-rebuild
treefmt
bash
coreutils
curl
gawk
gitMinimal
gnused
my_python
nixos-rebuild
nodejs
treefmt
wget
];
};
systemd.services."gitea-runner-${utils.escapeSystemdPath name}" = {