feat: modified dns configuration to put main dns on shiori due to crash
All checks were successful
ci / nix-fmt (push) Successful in 2m22s

This commit is contained in:
Ceferino Patino 2026-01-01 13:40:34 -06:00
commit 1926287a50
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8
3 changed files with 7 additions and 4 deletions

View file

@ -74,7 +74,7 @@ in {
};
};
unbound.dnsHost = "chibi";
unbound.dnsHost = "shiori";
};
};
};

View file

@ -24,10 +24,10 @@ in {
};
networking = {
blocky = enabled;
cloudflared = enabled;
# blocky = enabled;
# cloudflared = enabled;
httpd = enabled;
unbound = enabled;
# unbound = enabled;
};
storage = {

View file

@ -53,7 +53,10 @@ in {
};
networking = {
blocky = enabled;
cloudflared = enabled;
httpd = enabled;
unbound = enabled;
};
storage = {