setup unbound dns
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
../../modules/remote-builder.nix
|
||||
../../modules/borgbackup.nix
|
||||
./topology.nix
|
||||
../../modules/unbound.nix
|
||||
../../modules/unbound-auth.nix
|
||||
self.nixosModules.gitea
|
||||
];
|
||||
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user