about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2023-02-21 23:08:55 +0100
committerpennae <82953136+pennae@users.noreply.github.com>2023-02-25 19:12:08 +0100
commit5dce130d1cf9a2a5cac08e66363de3de01970bfe (patch)
tree15601d0f2f566492c2a37e7a60b7dfd68afeae3d /nixos/tests
parent4ed9534f12a4eabdb928094dfbf8eb5522facb1e (diff)
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.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/unifi.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/unifi.nix b/nixos/tests/unifi.nix
index 9dc7e5d04bd5d..d371bafd69652 100644
--- a/nixos/tests/unifi.nix
+++ b/nixos/tests/unifi.nix
@@ -16,6 +16,8 @@ let
     };
 
     nodes.server = {
+      nixpkgs.config = config;
+
       services.unifi = {
         enable = true;
         unifiPackage = unifi;