fix
This commit is contained in:
@@ -15,7 +15,7 @@ in {
|
|||||||
};
|
};
|
||||||
useHttps = lib.mkOption {
|
useHttps = lib.mkOption {
|
||||||
type = lib.types.bool;
|
type = lib.types.bool;
|
||||||
default = lib.true;
|
default = true;
|
||||||
description = "use https for the adguard instance";
|
description = "use https for the adguard instance";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user