From 3d68c66b445bd86c82462d01d5c7eb2c277df811 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 19 Apr 2024 17:56:34 +0200 Subject: [PATCH] configuration/desktop: Add net.clerie.de search domain to NetworkManager --- configuration/desktop/networking.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration/desktop/networking.nix b/configuration/desktop/networking.nix index 51268be..51d7a56 100644 --- a/configuration/desktop/networking.nix +++ b/configuration/desktop/networking.nix @@ -5,6 +5,9 @@ networking.networkmanager.extraConfig = '' [connectivity] uri=http://ping.clerie.de/nm-check.txt + + [global-dns] + searches=net.clerie.de ''; }