ma 2 virtualization: add firewall exception for checkReversePath

This commit is contained in:
makefu 2016-01-14 11:15:20 +01:00
parent f678d7e083
commit e0b71680b0

View File

@ -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]
}