Compare commits
2 Commits
4829bf1396
...
d89d0b8759
| Author | SHA1 | Date | |
|---|---|---|---|
| d89d0b8759 | |||
| 4c89cf9465 |
@@ -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;
|
||||
|
||||
@@ -157,6 +157,9 @@
|
||||
"_" = {
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.254.100";
|
||||
extraConfig = ''
|
||||
client_max_body_size 100M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -1 +1 @@
|
||||
2
|
||||
1
|
||||
Reference in New Issue
Block a user