made nixos not block the virtio interface so vms can actually have internet
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
networking.firewall.trustedInterfaces = [ "virbr0" ];
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
users.users.river.extraGroups = [
|
||||
|
||||
Reference in New Issue
Block a user