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 }; 17 18 nodes.server = { 19 services.unifi = { 20 enable = true; 21 unifiPackage = unifi;
··· 16 }; 17 18 nodes.server = { 19 + nixpkgs.config = config; 20 + 21 services.unifi = { 22 enable = true; 23 unifiPackage = unifi;