summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-12-09 14:20:40 +0100
committerAlan Pearce2020-12-09 14:20:40 +0100
commitd025116f36ba625ea76eeb2054dbc7963e55127c (patch)
tree056c29ede0c18511afd0cada6e2537c2e008ce65 /system
parent57d8715defb770c4b0f1e810aa785258f2c8ef92 (diff)
downloadnixfiles-d025116f36ba625ea76eeb2054dbc7963e55127c.tar.lz
nixfiles-d025116f36ba625ea76eeb2054dbc7963e55127c.tar.zst
nixfiles-d025116f36ba625ea76eeb2054dbc7963e55127c.zip
prefect: remove DNS search domain
Diffstat (limited to 'system')
-rw-r--r--system/prefect.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index f3696efe..7c904bab 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -90,7 +90,6 @@
   powerManagement.cpuFreqGovernor = "performance";
   networking = {
     hostName = "prefect";
-    search = ["alanpearce.eu"];
   };
 
   system.stateVersion = "20.09";