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:
parent
4ed9534f12
commit
5dce130d1c
@ -16,6 +16,8 @@ let
|
||||
};
|
||||
|
||||
nodes.server = {
|
||||
nixpkgs.config = config;
|
||||
|
||||
services.unifi = {
|
||||
enable = true;
|
||||
unifiPackage = unifi;
|
||||
|
Loading…
Reference in New Issue
Block a user