Fix CI builder
All checks were successful
Check Flake / check-flake (push) Successful in 1m5s

This commit is contained in:
2023-10-18 20:57:06 -06:00
parent 63c0f52955
commit 8dfba8646c
7 changed files with 147 additions and 61 deletions

View File

@@ -9,20 +9,6 @@
# system.autoUpgrade.enable = true;
# gitea runner and allow it to build ARM derivationsFV
services.gitea-actions-runner.instances.inst = {
enable = true;
name = config.networking.hostName;
url = "https://git.neet.dev/";
tokenFile = "/run/agenix/gitea-actions-runner-token";
labels = [
"debian-latest:docker://catthehacker/ubuntu:act-latest"
"ubuntu-latest:docker://catthehacker/ubuntu:act-latest"
];
};
virtualisation.podman.enable = true;
age.secrets.gitea-actions-runner-token.file = ../../../secrets/gitea-actions-runner-token.age;
boot.binfmt.emulatedSystems = [ "aarch64-linux" ]; # todo: still needed?
nix.gc.automatic = lib.mkForce false; # allow the nix store to serve as a build cache
# binary cache