This commit is contained in:
Daniel Flanagan 2024-07-24 11:45:07 -05:00
parent c1c0a2cf26
commit 5273a5e9ff
2 changed files with 12 additions and 1 deletions

View file

@ -1,7 +1,7 @@
on: [push]
jobs:
test:
runs-on: podman
runs-on: nix
steps:
- run: nix flake check

View file

@ -754,8 +754,19 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
labels = [
# type ":host" does not depend on docker/podman/lxc
"podman"
"nix:docker://nixos/nix:2.23.3"
];
tokenFile = config.sops.secrets."forgejo-runner.env".path;
hostPackages = with pkgs; [
sh
bash
coreutils
curl
gawk
gitMinimal
gnused
wget
];
};
};
services.caddy.virtualHosts."git.lyte.dev" = {