summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2019-10-02 20:21:41 +0200
committerAlan Pearce2019-10-02 20:21:41 +0200
commitc61e7fb56007c022fb55ea2981915454e39b9720 (patch)
tree661a4c79315b0614181f409480b178e5cd533ebe /system
parentde4756b53ae97865a8efdaa70e1239aff77a3a35 (diff)
downloadnixfiles-c61e7fb56007c022fb55ea2981915454e39b9720.tar.lz
nixfiles-c61e7fb56007c022fb55ea2981915454e39b9720.tar.zst
nixfiles-c61e7fb56007c022fb55ea2981915454e39b9720.zip
prefect: fix networking.domain
Diffstat (limited to 'system')
-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";