From 5ba171188a6e639e151423e4e7ed338401eeb3f2 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Sat, 25 Nov 2023 13:54:10 +0100 Subject: [PATCH] Oop mutually exclusive options --- nixos/queen/akkoma.nix | 1 - 1 file changed, 1 deletion(-) 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";