This commit is contained in:
Kopatz
2024-06-09 14:34:44 +02:00
parent 93d52bc878
commit bf2b08c38d

View File

@@ -15,7 +15,7 @@ in {
};
useHttps = lib.mkOption {
type = lib.types.bool;
default = lib.true;
default = true;
description = "use https for the adguard instance";
};
};