summaryrefslogtreecommitdiff
path: root/nix/modules/secrets.nix
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2026-02-12 17:37:56 -0800
committerPreston Pan <ret2pop@gmail.com>2026-02-12 17:37:56 -0800
commitef4bd15026b83f487cf064e7b7ce098cc8aca375 (patch)
treed6b8e7a57633164082792ab28932bea24513e2bb /nix/modules/secrets.nix
parent6a4f95482fa2c0faeafa028eae164d00c6418ac3 (diff)
fix vps, maddy, everything works
Diffstat (limited to 'nix/modules/secrets.nix')
-rw-r--r--nix/modules/secrets.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/nix/modules/secrets.nix b/nix/modules/secrets.nix
index d1c711c..f7deb5d 100644
--- a/nix/modules/secrets.nix
+++ b/nix/modules/secrets.nix
@@ -87,6 +87,10 @@ channel="-5290629325"
livekit = {
format = "yaml";
};
+ mail_password = {
+ format = "yaml";
+ owner = "maddy";
+ };
conduit_secrets = {
format = "yaml";
};
@@ -99,6 +103,10 @@ channel="-5290629325"
discord_token = {
format = "yaml";
};
+ ntfy = {
+ format = "yaml";
+ owner = "ntfy-sh";
+ };
};
};
}