From bf2b08c38d175cf769bd0b154cba45845e2ee21f Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Sun, 9 Jun 2024 14:34:44 +0200 Subject: [PATCH] fix --- modules/services/adguard.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/adguard.nix b/modules/services/adguard.nix index b52386e..f43f0ac 100644 --- a/modules/services/adguard.nix +++ b/modules/services/adguard.nix @@ -15,7 +15,7 @@ in { }; useHttps = lib.mkOption { type = lib.types.bool; - default = lib.true; + default = true; description = "use https for the adguard instance"; }; };