test: setting up opencloud and microvms

This commit is contained in:
Nick 2025-12-04 21:45:24 -06:00
parent 4b520563d4
commit 0ed3bb9b64
11 changed files with 171 additions and 33 deletions

View file

@ -18,11 +18,10 @@ in
Kind = "bridge";
};
};
networks = {
"20-lan" = {
matchConfig.Name = [
"enp10s0"
"enp3s0"
"vm-*"
];
networkConfig = {
@ -32,7 +31,7 @@ in
"30-br-vms" = {
matchConfig.Name = "br-vms";
networkConfig = {
Address = "192.168.50.240/24";
Address = "192.168.50.245/24";
Gateway = "192.168.50.1";
DNS = [ "192.168.50.1" ];
};
@ -40,7 +39,6 @@ in
};
};
};
networking = {
hostName = ceres.name;
networkmanager.enable = false;