diff options
author | Soispha <soispha@vhack.eu> | 2023-08-11 18:15:23 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-08-11 18:15:23 +0200 |
commit | e33c36fe25c76cf549c200b83082bf0753526481 (patch) | |
tree | b24f662509aa4ba5fda48e267d6592b091d43f0e /system/secrets/default.nix | |
parent | chore(version): v0.8.0 (diff) | |
parent | Fix(system/services/invidious): Add interpreter to start script (diff) | |
download | nixos-server-e33c36fe25c76cf549c200b83082bf0753526481.tar.gz nixos-server-e33c36fe25c76cf549c200b83082bf0753526481.zip |
Chore(Merge): Branch 'invidious'
Diffstat (limited to 'system/secrets/default.nix')
-rw-r--r-- | system/secrets/default.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/secrets/default.nix b/system/secrets/default.nix index 5cd401c..2269672 100644 --- a/system/secrets/default.nix +++ b/system/secrets/default.nix @@ -13,6 +13,12 @@ owner = "matrix-synapse"; group = "matrix-synapse"; }; + invidiousHmac = { + file = ./invidious/hmac.tix; + mode = "700"; + owner = "root"; + group = "root"; + }; }; }; } |