hosts: nixos: porthos: services: disable adblock
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
For some reason `unbound` stopped working reliably recently. I can't be bothered to debug DNS issues, so let's remove it, it's only marginally useful anyways.
This commit is contained in:
parent
adf2ef6f4e
commit
bdb9ce7b7e
1 changed files with 0 additions and 4 deletions
|
|
@ -6,10 +6,6 @@ in
|
||||||
{
|
{
|
||||||
# List services that you want to enable:
|
# List services that you want to enable:
|
||||||
my.services = {
|
my.services = {
|
||||||
# Hosts-based adblock using unbound
|
|
||||||
adblock = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
# Audiobook and podcast library
|
# Audiobook and podcast library
|
||||||
audiobookshelf = {
|
audiobookshelf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue