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