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