From 4e09c07522cba88c62eab9fa518487ca584feca2 Mon Sep 17 00:00:00 2001 From: Joakim Repomaa Date: Mon, 17 Feb 2025 12:08:11 +0200 Subject: [PATCH] remove extra hosts from radish (adguardhome overwrites the dns record now) --- hosts/radish/configuration.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hosts/radish/configuration.nix b/hosts/radish/configuration.nix index 1303b35..c7f19b0 100644 --- a/hosts/radish/configuration.nix +++ b/hosts/radish/configuration.nix @@ -13,10 +13,6 @@ }; }; - networking.extraHosts = '' - 100.84.105.63 dns.freun.dev - ''; - networking.nftables.enable = true; # This option defines the first version of NixOS you have installed on this particular machine,