all repos — nixfiles @ 099e371eb30584cbb77c8e5b65f40cade35df484

System and user configuration, managed by nix and home-manager

dev: simplify caddy hostnames

Alan Pearce
commit

099e371eb30584cbb77c8e5b65f40cade35df484

parent

ed05fcd74549444ce87a82663ed74c22f0d8c3b5

1 file changed, 2 insertions(+), 5 deletions(-)

jump to
M system/settings/dev.nixsystem/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}