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.
This commit is contained in:
pennae 2023-02-21 23:08:55 +01:00 committed by pennae
parent 4ed9534f12
commit 5dce130d1c

View File

@ -16,6 +16,8 @@ let
};
nodes.server = {
nixpkgs.config = config;
services.unifi = {
enable = true;
unifiPackage = unifi;