diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-21 14:31:56 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-21 14:31:56 +0100 |
commit | 8ff7c1219a149386c753e2618f35507b0258f91c (patch) | |
tree | 7800a23be7d76feea925620c2af91fe2a165269c /system/secrets/default.nix | |
parent | fix(peertube): migrate to server3 (diff) | |
download | nixos-server-8ff7c1219a149386c753e2618f35507b0258f91c.zip |
feat(modules/mastodon): init on server3
Diffstat (limited to '')
-rw-r--r-- | system/secrets/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/system/secrets/default.nix b/system/secrets/default.nix index 565a774..a8071eb 100644 --- a/system/secrets/default.nix +++ b/system/secrets/default.nix @@ -7,12 +7,6 @@ owner = "root"; group = "root"; }; - mastodonMail = { - file = ./mastodon/mail.age; - mode = "700"; - owner = "mastodon"; - group = "mastodon"; - }; matrix-synapse_registration_shared_secret = { file = ./matrix-synapse/passwd.age; mode = "700"; |