koyomi/hypervisor: Add forgejo-actions-runner

This commit is contained in:
Simon Bruder 2024-05-18 15:25:23 +02:00
parent ef488cdfd9
commit 6a01f78adc
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -4,7 +4,13 @@
{ lib, pkgs, ... }:
let
guests = { };
guests = {
forgejo-actions-runner = {
mac = "42:80:00:00:00:02";
v4 = "10.80.32.2";
v6 = "2a01:4f8:151:712d:1::2";
};
};
# port forwarding for IPv4
portForwards = {