From 60c12ce7afa8f8e5f7b78a74b5eb035732e8eb36 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 31 Aug 2026 12:53:42 +0200 Subject: [PATCH] [albert] set nameserver --- machines/albert/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/albert/configuration.nix b/machines/albert/configuration.nix index d3c4133..fadfae8 100644 --- a/machines/albert/configuration.nix +++ b/machines/albert/configuration.nix @@ -6,6 +6,10 @@ let in { networking.hostName = "albert"; + networking.nameservers = [ + "192.168.1.1" + "1.1.1.1" + ]; sops.defaultSopsFile = ./secrets.yaml; sops.secrets.wg_private = {};