From c53460c40000499c485fe9410658cd8993be2a6e Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Tue, 5 May 2026 03:26:17 +0000 Subject: [PATCH] fix: remove dns option from wireguard config (not a valid nixos option) --- hosts/lazyworkhorse/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/hosts/lazyworkhorse/configuration.nix b/hosts/lazyworkhorse/configuration.nix index 0b2799d..83b8db1 100644 --- a/hosts/lazyworkhorse/configuration.nix +++ b/hosts/lazyworkhorse/configuration.nix @@ -66,7 +66,6 @@ persistentKeepalive = 25; } ]; - dns = [ "1.1.1.1" "8.8.8.8" ]; }; };