Fix invidious keyFile option name
This commit is contained in:
parent
1edf1e65b5
commit
e3da5a795f
|
@ -12,7 +12,7 @@
|
|||
enable = true;
|
||||
domain = "yt.moonythm.dev";
|
||||
port = 8414;
|
||||
keyFile = config.sops.secrets.invidious_hmac_key.path;
|
||||
hmacKeyFile = config.sops.secrets.invidious_hmac_key.path;
|
||||
|
||||
nginx.enable = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue