nixos/home/routing-common: Add starting DNS server
All checks were successful
CI / Check, build and cache Nix flake (push) Successful in 14m21s

This commit is contained in:
2023-11-19 14:32:23 +00:00
parent aa18ebcb3b
commit 7330b8f832
4 changed files with 193 additions and 1 deletions

View File

@@ -54,6 +54,8 @@ in
inherit (lib.my) networkdAssignment;
in
{
imports = [ (import ./dns.nix index) ];
config = {
environment = {
systemPackages = with pkgs; [
@@ -140,7 +142,7 @@ in
domains = [ config.networking.domain ];
networkConfig = {
IPv6AcceptRA = mkForce false;
IPv6SendRA = true;
# IPv6SendRA = true;
};
ipv6SendRAConfig = {
DNS = [