diff --git a/nixos/queen/akkoma.nix b/nixos/queen/akkoma.nix index 04f7cc8..c8a9044 100644 --- a/nixos/queen/akkoma.nix +++ b/nixos/queen/akkoma.nix @@ -20,7 +20,6 @@ package = pkgs.akkoma; extraPackages = with pkgs; [ffmpeg exiftool imagemagick]; nginx = { - addSSL = true; enableACME = true; forceSSL = true; serverName = "akkoma.gladtherescake.eu";