From 3809dce1c530f8673f0288b379668d5968d40382 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 23 Mar 2025 22:27:27 +0100 Subject: [PATCH] disable iceshrimp by default --- options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.nix b/options.nix index 1ec1a6b..051d5ec 100644 --- a/options.nix +++ b/options.nix @@ -158,7 +158,7 @@ in { iceshrimp = { enable = mkOption { type = bool; - default = conf.host == "server"; + default = false; }; }; domain = {