layne: remove unused subdomain

This commit is contained in:
Adithya 2024-09-14 18:02:14 +05:30
parent e12e49168a
commit 6d522d1aab
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
2 changed files with 0 additions and 8 deletions

View file

@ -7,11 +7,6 @@ _: {
reverse_proxy 127.0.0.1:8096 reverse_proxy 127.0.0.1:8096
''; '';
}; };
"watch.local.adtya.xyz" = {
extraConfig = ''
reverse_proxy 127.0.0.1:8096
'';
};
"jellyfin.labs.adtya.xyz" = { "jellyfin.labs.adtya.xyz" = {
extraConfig = '' extraConfig = ''
reverse_proxy 127.0.0.1:8096 reverse_proxy 127.0.0.1:8096

View file

@ -14,9 +14,6 @@
email = "admin@acomputer.lol"; email = "admin@acomputer.lol";
globalConfig = '' globalConfig = ''
acme_dns digitalocean {env.DO_API_TOKEN} acme_dns digitalocean {env.DO_API_TOKEN}
servers {
metrics
}
''; '';
logFormat = "level INFO"; logFormat = "level INFO";
}; };