feat: forgot what i was calling the invidious subdomain :c

This commit is contained in:
Kat Inskip 2024-02-18 17:58:35 -08:00
parent ca8b0900a3
commit 08a6271357
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 3 additions and 2 deletions

View file

@ -14,11 +14,11 @@ in {
};
domain = mkOption {
type = str;
default = "invidious.${config.networking.domain}";
default = "yt.${config.networking.domain}";
};
localDomain = mkOption {
type = str;
default = "invidious.local.${config.networking.domain}";
default = "yt.local.${config.networking.domain}";
};
};
config.services.nginx = {