diff options
Diffstat (limited to 'system/settings/dev.nix')
-rw-r--r-- | system/settings/dev.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/system/settings/dev.nix b/system/settings/dev.nix index d7c14546..e875029c 100644 --- a/system/settings/dev.nix +++ b/system/settings/dev.nix @@ -24,14 +24,11 @@ ''; }; # need to test forwarding behaviour - "https://alanpearce.localhost" = { + "alanpearce.localhost" = { logFormat = "output discard"; serverAliases = [ - "http://alanpearce.localhost" - # remember to update /etc/hosts - "https://alanpearce.test" - "http://alanpearce.test" + "alanpearce.test" ]; extraConfig = '' ${local_tls} |