add guest network (now with custom mac address generators!)
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -38,7 +38,10 @@ in
|
||||
};
|
||||
networks = {
|
||||
"30-ztkubnet" = {
|
||||
matchConfig.Name = "ztkubnet";
|
||||
matchConfig.Name = [
|
||||
"ztkubnet"
|
||||
"vm-*"
|
||||
];
|
||||
networkConfig.Bridge = "brkubnet";
|
||||
linkConfig.RequiredForOnline = "enslaved";
|
||||
};
|
||||
|
Reference in New Issue
Block a user