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;