chore: rm diffkit
Some checks are pending
quality / changes (push) Waiting to run
quality / Flake Check (push) Blocked by required conditions
quality / Nix Format Check (push) Blocked by required conditions
quality / Deploy netty (push) Blocked by required conditions

This commit is contained in:
Harivansh Rathi 2026-04-18 15:13:49 +00:00
parent ae794087cb
commit 80efbae1e9
4 changed files with 0 additions and 83 deletions

View file

@ -6,7 +6,6 @@ let
forgejoDomain = "git.harivan.sh";
vaultDomain = "vault.harivan.sh";
betternasDomain = "api.betternas.com";
diffkitDomain = "diffs.harivan.sh";
deltaDomain = "delta.harivan.sh";
in
{
@ -45,15 +44,6 @@ in
locations."/".proxyPass = "http://127.0.0.1:8222";
};
virtualHosts.${diffkitDomain} = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:3200";
proxyWebsockets = true;
};
};
virtualHosts.${deltaDomain} = {
enableACME = true;
forceSSL = true;