From b6c5cb7151290209c4252a49412070e31a88d1a6 Mon Sep 17 00:00:00 2001 From: twoneis Date: Tue, 13 May 2025 14:55:59 +0200 Subject: [PATCH] disable iceshrimp while unfinished --- devices/ellaca/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/ellaca/options.nix b/devices/ellaca/options.nix index 7ad24fe..c132b6c 100644 --- a/devices/ellaca/options.nix +++ b/devices/ellaca/options.nix @@ -43,7 +43,7 @@ in { }; email = "akkoma@${email-domain}"; iceshrimp = { - enable = true; + enable = false; domain = { full = "shrimp.${web-domain}"; base = web-domain;