From ff577ae5a2737ed4724ca8e4121931db8315372f Mon Sep 17 00:00:00 2001 From: Clara Dautermann Date: Sun, 20 Jul 2025 00:13:40 +0200 Subject: [PATCH] finished misskey setup --- configs/services/mastodon.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/services/mastodon.nix b/configs/services/mastodon.nix index 4ddb97c..b41e0e0 100644 --- a/configs/services/mastodon.nix +++ b/configs/services/mastodon.nix @@ -9,7 +9,7 @@ in misskey = { enable = true; settings = { - url = "http://puppyplaypissparty.de"; + url = "https://puppyplaypissparty.de"; port = http_port; }; settings = { @@ -17,6 +17,7 @@ in user = dbuname; port = dbport; }; + setupPassword = "VMoV33ov$C6JxVVXHffuVxHaqf^Cbmr9V1GSNgkyF6pq939Wr@c1hgfN7iD9%$De"; }; };