virtualization appears to be working?

This commit is contained in:
Julian Sutter 2024-12-21 21:43:45 -08:00
parent fe10584683
commit 68b3c6f857
4 changed files with 11 additions and 27 deletions

View file

@ -29,7 +29,7 @@
networking.bridges = {
"br0" = {
interfaces = [ "eth0" ];
interfaces = [ "eth0" "wlan0" ];
};
};
}

View file

@ -72,7 +72,6 @@
];
services.udev.packages = [ pkgs.via ];
networking.bridges = {
"br0" = {
interfaces = [ "wlan0" ];