fix: enabled option in adguardhome
This commit is contained in:
@@ -18,7 +18,7 @@ in {
|
||||
url = mkOption {
|
||||
type = str;
|
||||
};
|
||||
enabled = {
|
||||
enabled = mkOption {
|
||||
type = bool;
|
||||
default = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user