nixos/tests/unifi: inherit allowUnfree into test node

mongodb is unfree, so the test won't run without this. we already allow
unfree to grab the unifi packages, so it's not even a big change.

authored by pennae and committed by pennae 5dce130d 4ed9534f

+2
+2
nixos/tests/unifi.nix
··· 16 16 }; 17 17 18 18 nodes.server = { 19 + nixpkgs.config = config; 20 + 19 21 services.unifi = { 20 22 enable = true; 21 23 unifiPackage = unifi;