fixed home assistant

This commit is contained in:
Leyla Becker 2025-07-12 15:00:59 -05:00
parent 1d7e0d11f0
commit 3ce9b625d1
6 changed files with 122 additions and 268 deletions

View file

@ -6,7 +6,7 @@
dnsPort = 53;
in {
options.host.adguardhome = {
enable = lib.mkEnableOption "should home-assistant be enabled on this computer";
enable = lib.mkEnableOption "should ad guard home be enabled on this computer";
directory = lib.mkOption {
type = lib.types.str;
default = "/var/lib/AdGuardHome/";