From b786ddfd60e6229929ba9821a4922a422ab0c02a Mon Sep 17 00:00:00 2001 From: Ember 'n0emis' Keske Date: Sun, 17 Jul 2022 23:10:29 +0200 Subject: [PATCH] fix issue with dnssec and networkd --- flake.nix | 3 +++ hosts/nerd/configuration.nix | 1 + hosts/nixdeploy/configuration.nix | 1 + hosts/yate-dialup/configuration.nix | 1 + hosts/yate/configuration.nix | 1 + 5 files changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 7900608..0585f28 100644 --- a/flake.nix +++ b/flake.nix @@ -41,14 +41,17 @@ nerd = { ... }: { deployment.targetHost = "nerd.bula22.de"; + deployment.tags = [ "dect" ]; }; yate = { ... }: { deployment.targetHost = "yate.bula22.de"; + deployment.tags = [ "dect" "yate" ]; }; yate-dialup = { ... }: { deployment.targetHost = "yate-dialup.bula22.de"; + deployment.tags = [ "dect" "yate" ]; }; pre-router = { config, pkgs, ... }: { diff --git a/hosts/nerd/configuration.nix b/hosts/nerd/configuration.nix index 3d7ef7d..4e9bddb 100644 --- a/hosts/nerd/configuration.nix +++ b/hosts/nerd/configuration.nix @@ -14,6 +14,7 @@ networking.hostName = "nerd"; networking.useNetworkd = true; + services.resolved.dnssec = "false"; systemd.network = { networks."10-ens18" = { matchConfig = { diff --git a/hosts/nixdeploy/configuration.nix b/hosts/nixdeploy/configuration.nix index a36c19c..dd42fc0 100644 --- a/hosts/nixdeploy/configuration.nix +++ b/hosts/nixdeploy/configuration.nix @@ -13,6 +13,7 @@ networking.hostName = "nixdeploy"; networking.useNetworkd = true; + services.resolved.dnssec = "false"; systemd.network = { links."10-eth0" = { matchConfig.MACAddress = "5e:1b:ed:a2:91:d1"; diff --git a/hosts/yate-dialup/configuration.nix b/hosts/yate-dialup/configuration.nix index 68cad93..cfc3ecd 100644 --- a/hosts/yate-dialup/configuration.nix +++ b/hosts/yate-dialup/configuration.nix @@ -14,6 +14,7 @@ networking.hostName = "yate-dialup"; networking.useNetworkd = true; + services.resolved.dnssec = "false"; systemd.network = { networks."10-ens18" = { matchConfig = { diff --git a/hosts/yate/configuration.nix b/hosts/yate/configuration.nix index 75925e6..126d837 100644 --- a/hosts/yate/configuration.nix +++ b/hosts/yate/configuration.nix @@ -19,6 +19,7 @@ }; networking.useNetworkd = true; + services.resolved.dnssec = "false"; systemd.network = { networks."10-ens18" = { matchConfig = {