ma 2 virtualization: add firewall exception for checkReversePath
This commit is contained in:
parent
8254086a7f
commit
d444dbbd03
|
@ -5,4 +5,5 @@ let
|
|||
in {
|
||||
virtualisation.libvirtd.enable = true;
|
||||
users.extraUsers.${mainUser.name}.extraGroups = [ "libvirtd" ];
|
||||
networking.firewall.checkReversePath = false; # TODO: unsolved issue in nixpkgs:#9067 [bug]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue