Add python.local as a search domain
diff --git a/src/system.nix b/src/system.nix
index 8d0c8a8..3899718 100644
--- a/src/system.nix
+++ b/src/system.nix
@@ -483,4 +483,7 @@
       AlwaysRandomizeAddress = true;
     };
   };
+  networking.search = [
+    "python.local"
+  ];
 }