mollysocket: init

Add mollysocket so we can use ntfy for molly (signal)
This commit is contained in:
2026-03-30 13:05:22 -04:00
parent 65c13babac
commit 9392749e66
5 changed files with 52 additions and 0 deletions

View File

@@ -88,5 +88,11 @@
file = ../secrets/firefox-syncserver-env.age;
mode = "0400";
};
# MollySocket env (MOLLY_VAPID_PRIVKEY + MOLLY_ALLOWED_UUIDS)
mollysocket-env = {
file = ../secrets/mollysocket-env.age;
mode = "0400";
};
};
}