Maybe
This commit is contained in:
parent
c1c0a2cf26
commit
5273a5e9ff
2 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: podman
|
runs-on: nix
|
||||||
steps:
|
steps:
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
||||||
|
|
|
@ -754,8 +754,19 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
labels = [
|
labels = [
|
||||||
# type ":host" does not depend on docker/podman/lxc
|
# type ":host" does not depend on docker/podman/lxc
|
||||||
"podman"
|
"podman"
|
||||||
|
"nix:docker://nixos/nix:2.23.3"
|
||||||
];
|
];
|
||||||
tokenFile = config.sops.secrets."forgejo-runner.env".path;
|
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" = {
|
services.caddy.virtualHosts."git.lyte.dev" = {
|
||||||
|
|
Loading…
Reference in a new issue