From c795a92b8f6c812af779ec96c40840a7c0a10e41 Mon Sep 17 00:00:00 2001 From: Christine Elisabeth Koppel Date: Fri, 13 Feb 2026 19:10:16 +0100 Subject: [PATCH] Play around with settings to force rebuild. --- nix-system-configs/modules/system/forgejo.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix-system-configs/modules/system/forgejo.nix b/nix-system-configs/modules/system/forgejo.nix index a7c63a8..d7f608a 100644 --- a/nix-system-configs/modules/system/forgejo.nix +++ b/nix-system-configs/modules/system/forgejo.nix @@ -123,14 +123,14 @@ in { }; # Optional: Email configuration - # mailer = { - # ENABLED = false; - # }; + mailer = { + ENABLED = false; + }; }; settings.ui = { DEFAULT_THEME = "forgejo-auto"; - THEMES = "forgejo-auto,forgejo-light,forgejo-dark"; + THEMES = "forgejo-auto, forgejo-light, forgejo-dark"; }; };