From 3dcb49fc1be9b46e30101e7d195925d4b6d8cf27 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 1 Jan 2025 11:39:52 -0700 Subject: [PATCH] [NixOS] Disable discourse --- nixos/machines/biskcomp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index c13676c8..50749f6b 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -79,7 +79,7 @@ in }; services.discourse = { - enable = true; + enable = false; enableACME = true; hostname = "discourse.railbird.ai"; admin = {