setup unbound dns

This commit is contained in:
2025-07-19 17:45:17 +02:00
parent c4cefeea54
commit bacaf6d5b6
5 changed files with 135 additions and 5 deletions

View File

@@ -20,10 +20,8 @@
./topology.nix
../../system
../../modules/borgbackup.nix
self.inputs.clan-core.clanModules.state-version
self.inputs.clan-core.clanModules.trusted-nix-caches
../../modules/unbound.nix
../../modules/unbound-auth.nix
self.inputs.home-manager.nixosModules.home-manager
{

View File

@@ -1,6 +1,6 @@
{
# Tailscale seems to break when not using resolved
services.resolved.enable = true;
# services.resolved.enable = true;
networking.useDHCP = true;
networking.interfaces.tailscale0.useDHCP = false;
}