feat: modified dns configuration to put main dns on shiori due to crash
All checks were successful
ci / nix-fmt (push) Successful in 2m22s
All checks were successful
ci / nix-fmt (push) Successful in 2m22s
This commit is contained in:
parent
24822d73f0
commit
1926287a50
3 changed files with 7 additions and 4 deletions
|
|
@ -74,7 +74,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
unbound.dnsHost = "chibi";
|
||||
unbound.dnsHost = "shiori";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,10 +24,10 @@ in {
|
|||
};
|
||||
|
||||
networking = {
|
||||
blocky = enabled;
|
||||
cloudflared = enabled;
|
||||
# blocky = enabled;
|
||||
# cloudflared = enabled;
|
||||
httpd = enabled;
|
||||
unbound = enabled;
|
||||
# unbound = enabled;
|
||||
};
|
||||
|
||||
storage = {
|
||||
|
|
|
|||
|
|
@ -53,7 +53,10 @@ in {
|
|||
};
|
||||
|
||||
networking = {
|
||||
blocky = enabled;
|
||||
cloudflared = enabled;
|
||||
httpd = enabled;
|
||||
unbound = enabled;
|
||||
};
|
||||
|
||||
storage = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue