mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
modules.services.kvm: fix
This commit is contained in:
@@ -50,7 +50,7 @@ inputs:
|
||||
options = "bind";
|
||||
wantedBy = [ "local-fs.target" ];
|
||||
}];
|
||||
# workaround a libvirt bug
|
||||
# libvirt does not setup "allow udp {53, 67}" by default
|
||||
# https://github.com/NixOS/nixpkgs/issues/263359#issuecomment-1987267279
|
||||
networking.firewall.interfaces."virbr*".allowedUDPPorts = [ 53 67 ];
|
||||
hardware.ksm.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user