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-25 19:12:08 +01:00
committed by pennae
parent 4ed9534f12
commit 5dce130d1c
+2
View File
@@ -16,6 +16,8 @@ let
};
nodes.server = {
nixpkgs.config = config;
services.unifi = {
enable = true;
unifiPackage = unifi;