diff options
author | Alan Pearce | 2019-10-02 20:21:41 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-02 20:21:41 +0200 |
commit | c61e7fb56007c022fb55ea2981915454e39b9720 (patch) | |
tree | 661a4c79315b0614181f409480b178e5cd533ebe /system | |
parent | de4756b53ae97865a8efdaa70e1239aff77a3a35 (diff) | |
download | nixfiles-c61e7fb56007c022fb55ea2981915454e39b9720.tar.lz nixfiles-c61e7fb56007c022fb55ea2981915454e39b9720.tar.zst nixfiles-c61e7fb56007c022fb55ea2981915454e39b9720.zip |
prefect: fix networking.domain
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 2 |
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"; |