From 994b0a3805d2ad678e1dfe95950ef10f48fedd01 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 2 Oct 2022 20:15:04 -0400 Subject: Add search path --- modules/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/common.nix b/modules/common.nix index 20cab17..60e7910 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -10,6 +10,7 @@ ]; networking.networkmanager.unmanaged = [ "interface-name:wg*" ]; + networking.search = [ "nyc.orbekk.com" ]; # TODO: replace with programs.neovim.enable nixpkgs.overlays = [ -- cgit v1.2.3