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 ''; }