summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix2
-rw-r--r--system/settings/satoshipay.nix2
2 files changed, 2 insertions, 2 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";
diff --git a/system/settings/satoshipay.nix b/system/settings/satoshipay.nix
index fb2c9cbf..952705cd 100644
--- a/system/settings/satoshipay.nix
+++ b/system/settings/satoshipay.nix
@@ -76,5 +76,5 @@
   nix.gc.dates = "12:30";
   system.autoUpgrade.dates = "13:05";
 
-  networking.domain = "satoshipay.io";
+  networking.search = ["satoshipay.io"];
 }