working qemu bridges

This commit is contained in:
2026-07-07 20:47:08 +02:00
parent 3cf8aff4d9
commit 734f9db4ba
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
./backup-target.nix
./users/shatteredmint.nix
# ./qemu-bridges.nix
./qemu-bridges.nix
];
};
+1
View File
@@ -8,6 +8,7 @@
networking.interfaces.virtbr0 = {
useDHCP = true;
macAddress = "04:92:26:c3:06:c2";
};
virtualisation.libvirtd = {