add guest network (now with custom mac address generators!)

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-30 23:39:31 -04:00
parent cc702cb5fe
commit d29b2ecbab
4 changed files with 74 additions and 27 deletions

View File

@ -38,7 +38,10 @@ in
};
networks = {
"30-ztkubnet" = {
matchConfig.Name = "ztkubnet";
matchConfig.Name = [
"ztkubnet"
"vm-*"
];
networkConfig.Bridge = "brkubnet";
linkConfig.RequiredForOnline = "enslaved";
};