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