diff options
| author | 0x4A6F <0x4A6F@users.noreply.github.com> | 2021-12-18 15:20:33 +0100 |
|---|---|---|
| committer | 0x4A6F <0x4A6F@users.noreply.github.com> | 2021-12-18 15:20:33 +0100 |
| commit | dd8838a474e35a88c323b4e536ba318632d4c1d8 (patch) | |
| tree | 4be70f6c3f3d0c8e1a4075c5f3c808882f555da4 | |
| parent | unifi: Add NixOS tests (diff) | |
| download | nixpkgs-dd8838a474e35a88c323b4e536ba318632d4c1d8.tar.gz | |
unifi: Disable unsupported options in NixOS testsorigin/backport-151145-to-release-21.11
| -rw-r--r-- | nixos/tests/unifi.nix | 1 |
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; }; }; |
