Commit 5dce130d authored by pennae's avatar pennae Committed by pennae
Browse files

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.
parent 4ed9534f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ let
    };

    nodes.server = {
      nixpkgs.config = config;

      services.unifi = {
        enable = true;
        unifiPackage = unifi;