summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index 3cbdcea2..a20c137a 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -54,7 +54,7 @@
   powerManagement.cpuFreqGovernor = "performance";
   networking = {
     hostName = "prefect";
-    domain = pkgs.lib.mkForce "alanpearce.eu";
+    search = ["alanpearce.eu"];
   };
 
   system.stateVersion = "20.03";