mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-21 14:05:17 +00:00
feat: hermes frame mog openclaw
This commit is contained in:
parent
c882f44a0b
commit
bad6fc6733
15 changed files with 279 additions and 222 deletions
|
|
@ -2,7 +2,7 @@
|
|||
...
|
||||
}:
|
||||
let
|
||||
openClawDomain = "netty.harivan.sh";
|
||||
hermesDomain = "netty.harivan.sh";
|
||||
forgejoDomain = "git.harivan.sh";
|
||||
vaultDomain = "vault.harivan.sh";
|
||||
betternasDomain = "api.betternas.com";
|
||||
|
|
@ -19,7 +19,7 @@ in
|
|||
recommendedTlsSettings = true;
|
||||
clientMaxBodySize = "512m";
|
||||
|
||||
virtualHosts.${openClawDomain} = {
|
||||
virtualHosts.${hermesDomain} = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue