hera: remove libvirt bridge

force-ssl-main-website
Sebastien Bourdeauducq 2022-05-07 19:32:27 +08:00
parent da3a82a52d
commit 708582f2f7
1 changed files with 0 additions and 10 deletions

View File

@ -28,15 +28,5 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
virtualisation.libvirtd.allowedBridges = [ "virbr0" "br0" ];
networking.bridges = {
br0 = {
interfaces = [ "eno1" ];
};
};
networking.networkmanager.enable = false;
networking.useDHCP = false;
networking.interfaces.br0.useDHCP = true;
system.stateVersion = "19.03";
}