mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-18 23:02:17 +00:00
chore: rm diffkit
This commit is contained in:
parent
ae794087cb
commit
80efbae1e9
4 changed files with 0 additions and 83 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue