summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index b7a6ac32..b2a7dcd9 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -43,7 +43,7 @@
   # powerManagement.cpuFreqGovernor = "performance";
   networking = {
     hostName = "prefect";
-    domain = "alanpearce.eu";
+    domain = pkgs.lib.mkForce "alanpearce.eu";
   };
 
   system.stateVersion = "19.03";