Generic runs-on for actions
This commit is contained in:
parent
8f09dd06b0
commit
5a20df95ba
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
check:
|
||||
runs-on: beefcake
|
||||
runs-on: nixos-host
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue