about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-09-12 16:23:16 -0500
committerGitHub <noreply@github.com>2023-09-12 16:23:16 -0500
commitcc1fdc5376e56462f0618df7b8481d188b301798 (patch)
tree200dd41f8743fffa0c5516a1e58a0cf2e9b8434b /nixos/tests
parent3710b38ccbef38e8c28b9584ea271f42524b29d6 (diff)
parent20acd199f4202da863f290b50345d30c85db913c (diff)
Merge pull request #254181 from StillerHarpo/adguardhome
nixos/adguardhome: Fix openFirewall
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/adguardhome.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/adguardhome.nix b/nixos/tests/adguardhome.nix
index 9f8ddc33f57e9..a6f790b83f5fc 100644
--- a/nixos/tests/adguardhome.nix
+++ b/nixos/tests/adguardhome.nix
@@ -7,7 +7,6 @@
     emptyConf = { lib, ... }: {
       services.adguardhome = {
         enable = true;
-        settings = {};
       };
     };