fixup! WIP: koyomi libvirt

Simon Bruder 2024-05-12 23:45:15 +02:00
parent 7e173ea91f
commit 13560093ee
Signed by: simon
GPG Key ID: 347FF8699CDA0776
1 changed files with 3 additions and 7 deletions

View File

@ -5,7 +5,7 @@
{ lib, pkgs, ... }:
let
guests = {
test = {
coreos = {
mac = "42:80:00:00:00:02";
v4 = "10.80.32.2";
v6 = "2a01:4f8:151:712d:1::2";
@ -14,12 +14,8 @@ let
# port forwarding for IPv4
portForwards = {
tcp = {
"1234" = "test";
};
udp = {
"1234" = "test";
};
tcp = { };
udp = { };
};
in
{