fix: remove admin configuration from extraConfig in caddy.nix

This commit is contained in:
Jakub Dorfman 2026-04-27 12:46:57 +02:00
parent 1dd5a3d469
commit 24a25fe22f

View file

@ -6,9 +6,6 @@
# Generated app routes from the panel backend.
extraConfig = ''
{
admin localhost:2019
}
import /var/lib/containers/routes/routes.caddy
'';