summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-12-18 15:20:33 +0100
committer0x4A6F <0x4A6F@users.noreply.github.com>2021-12-18 15:20:33 +0100
commitdd8838a474e35a88c323b4e536ba318632d4c1d8 (patch)
tree4be70f6c3f3d0c8e1a4075c5f3c808882f555da4
parentunifi: Add NixOS tests (diff)
downloadnixpkgs-dd8838a474e35a88c323b4e536ba318632d4c1d8.tar.gz
unifi: Disable unsupported options in NixOS testsorigin/backport-151145-to-release-21.11
-rw-r--r--nixos/tests/unifi.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/unifi.nix b/nixos/tests/unifi.nix
index 34284811abfb..dde7e21a199a 100644
--- a/nixos/tests/unifi.nix
+++ b/nixos/tests/unifi.nix
@@ -19,7 +19,6 @@ let
services.unifi = {
enable = true;
unifiPackage = unifi;
- openFirewall = false;
};
};