From 708582f2f796462a8f400df34c46ecb316b4e03c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 7 May 2022 19:32:27 +0800 Subject: [PATCH] hera: remove libvirt bridge --- nixops/hera-hardware-configuration.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nixops/hera-hardware-configuration.nix b/nixops/hera-hardware-configuration.nix index b4addfc..f388d5c 100644 --- a/nixops/hera-hardware-configuration.nix +++ b/nixops/hera-hardware-configuration.nix @@ -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"; }