test: setting up opencloud and microvms

This commit is contained in:
Nick 2025-12-04 23:24:00 -06:00
parent 0ed3bb9b64
commit b5929e0834
8 changed files with 79 additions and 35 deletions

View file

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