2 Commits

Author SHA1 Message Date
d89d0b8759 mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/phonebox/default.nix
2025-11-03 14:31:13 +07:00
4c89cf9465 Update var phonebox/server-prefix-number for machine neptune 2025-11-03 14:31:09 +07:00
3 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
networking.fqdn = "b4l.co.th"; networking.fqdn = "b4l.co.th";
system.stateVersion = "25.11"; system.stateVersion = "25.11";
clan.core.sops.defaultGroups = [ "admins" ]; 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.defaults.email = "admin@b4l.co.th";
security.acme.acceptTerms = true; security.acme.acceptTerms = true;

View File

@@ -157,6 +157,9 @@
"_" = { "_" = {
locations."/" = { locations."/" = {
proxyPass = "http://192.168.254.100"; proxyPass = "http://192.168.254.100";
extraConfig = ''
client_max_body_size 100M;
'';
}; };
}; };
}; };