diff options
-rw-r--r-- | modules/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |