diff --git a/machines/neptune/configuration.nix b/machines/neptune/configuration.nix index 685569c..c22c535 100644 --- a/machines/neptune/configuration.nix +++ b/machines/neptune/configuration.nix @@ -9,7 +9,7 @@ networking.fqdn = "b4l.co.th"; system.stateVersion = "25.11"; clan.core.sops.defaultGroups = [ "admins" ]; - clan.core.networking.targetHost = "root@[${config.clan.core.vars.generators.zerotier.files.zerotier-ip.value}]"; + clan.core.networking.targetHost = "root@10.0.151.202"; security.acme.defaults.email = "admin@b4l.co.th"; security.acme.acceptTerms = true; diff --git a/modules/clan/phonebox/default.nix b/modules/clan/phonebox/default.nix index f49485c..24d0ab1 100644 --- a/modules/clan/phonebox/default.nix +++ b/modules/clan/phonebox/default.nix @@ -157,6 +157,9 @@ "_" = { locations."/" = { proxyPass = "http://192.168.254.100"; + extraConfig = '' + client_max_body_size 100M; + ''; }; }; };