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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
runs-on: beefcake
|
runs-on: nixos-host
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
|
@ -651,6 +651,7 @@ sudo nix run nixpkgs#ipmitool -- raw 0x30 0x30 0x02 0xff 0x00
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
|
# TODO: 502 and other error pages
|
||||||
enable = true;
|
enable = true;
|
||||||
email = "daniel@lyte.dev";
|
email = "daniel@lyte.dev";
|
||||||
adapter = "caddyfile";
|
adapter = "caddyfile";
|
||||||
|
|
Loading…
Reference in a new issue