fix: enabled option in adguardhome

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-04-08 21:52:06 -03:00
parent 551597d988
commit cd0d29c008

View File

@@ -18,7 +18,7 @@ in {
url = mkOption {
type = str;
};
enabled = {
enabled = mkOption {
type = bool;
default = true;
};