mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
feat: forgot what i was calling the invidious subdomain :c
This commit is contained in:
parent
ca8b0900a3
commit
08a6271357
2 changed files with 3 additions and 2 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue