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]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: podman
|
||||
runs-on: nix
|
||||
steps:
|
||||
- run: nix flake check
|
||||
|
||||
|
|
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue