This commit is contained in:
Sandro - 2024-01-06 16:21:54 +01:00
parent 1f8184c532
commit ea272005ec
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 5 additions and 5 deletions

View File

@ -744,7 +744,7 @@
./modules/microvm.nix
];
microvm-host.imports = [
microvm.nixosModules.host
microvm.nixosModules.host
./modules/microvm-host.nix
];
rpi-netboot = ./modules/rpi-netboot.nix;

View File

@ -50,10 +50,10 @@ in
Name = "${net}";
};
extraConfig = ''
[Bridge]
ForwardDelaySec=2
STP=true
'';
[Bridge]
ForwardDelaySec=2
STP=true
'';
};
# External VLAN interface
"ext-${net}" = {