Generic runs-on for actions

This commit is contained in:
Daniel Flanagan 2024-07-30 17:07:01 -05:00
parent 8f09dd06b0
commit 5a20df95ba
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
on: [push]
jobs:
check:
runs-on: beefcake
runs-on: nixos-host
steps:
- name: Checkout
uses: actions/checkout@v3

View file

@ -651,6 +651,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
}
{
services.caddy = {
# TODO: 502 and other error pages
enable = true;
email = "daniel@lyte.dev";
adapter = "caddyfile";