From 1972d0c8804bd23a91863a2ba0db13b9acdca54a Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Mon, 27 Nov 2023 12:10:44 +0100 Subject: [PATCH] Try and run akkoma default and edit with ctl --- nixos/queen/akkoma.nix | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index 7e632b6..74882fe 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -25,25 +25,25 @@ serverName = "akkoma.gladtherescake.eu"; }; #dist.cookie._secret = config.sops.secrets."releaseCookie".path; - - config = { - ":pleroma".":instance" = { - name = "GLaDTheresCake Akkoma"; - email = "akkoma@gladtherescake.eu"; - notify_email = "no-reply@akkoma.gladtherescake.eu"; - emails.mailer = { - enabled = true; - adapter = "Swoosh.Adapters.Sendmail"; - cmd_path = "/run/wrappers/bin/sendmail"; - cmd_args = "-N delay,failure,success"; - qmail = true; - }; - description = "Lillian's Akkoma server!"; - languages = ["en" "nl"]; - registrations_open = true; - max_pinned_statuses = 10; - cleanup_attachments = true; - }; - }; + config = {}; + # config = { + # ":pleroma".":instance" = { + # name = "GLaDTheresCake Akkoma"; + # email = "akkoma@gladtherescake.eu"; + # notify_email = "no-reply@akkoma.gladtherescake.eu"; + # emails.mailer = { + # enabled = true; + # adapter = "Swoosh.Adapters.Sendmail"; + # cmd_path = "sendmail"; + # cmd_args = "-N delay,failure,success"; + # qmail = true; + # }; + # description = "Lillian's Akkoma server!"; + # languages = ["en" "nl"]; + # registrations_open = true; + # max_pinned_statuses = 10; + # cleanup_attachments = true; + # }; + # }; }; }