nixos/tests/unifi: inherit allowUnfree into test node
mongodb is unfree, so the test won't run without this. we already allowunfree to grab the unifi packages, so it's not even a big change.
pennae 2 years ago 5dce130d 4ed9534f
··· 16 }; 17 18 nodes.server = { 0 0 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;