From 7878ea2df3f0bd7f88e510f9867d81187c17cdc7 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 6 Dec 2023 11:14:36 +0100 Subject: [PATCH] Maybe the updates have fixed akkoma? (doubful) --- nixos/queen/akkoma.nix | 2 +- nixos/queen/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index fef0b69..bd68ba9 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -25,7 +25,7 @@ nginx = { enableACME = true; forceSSL = true; - serverName = "social.gladtherescake.eu"; + serverName = "akkoma.gladtherescake.eu"; }; #dist.cookie._secret = config.sops.secrets."releaseCookie".path; config = { diff --git a/nixos/queen/configuration.nix b/nixos/queen/configuration.nix index ab9f77d..fb3dfd0 100644 --- a/nixos/queen/configuration.nix +++ b/nixos/queen/configuration.nix @@ -20,7 +20,7 @@ ./nextcloud.nix ./mail-server.nix ./gotosocial.nix - #./akkoma.nix + ./akkoma.nix ]; boot.tmp.cleanOnBoot = true;