From 94c7398314146369cc12bf4d30b8e3ec8dac94a8 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 16 Jul 2025 22:08:53 +0200 Subject: [PATCH] feat: disable encryption since it nukes itself and i am owner anyways amk fuck you fuck fuck fuck fuck fuck fuck --- hosts/hitsugibune/matrix.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/hitsugibune/matrix.nix b/hosts/hitsugibune/matrix.nix index 2607cc2..0c8319d 100644 --- a/hosts/hitsugibune/matrix.nix +++ b/hosts/hitsugibune/matrix.nix @@ -219,12 +219,12 @@ in { type = "sqlite3-fk-wal"; }; - encryption = { - allow = true; - default = true; - required = false; - pickleKey = "$ENCRYPTION_PICKLE_KEY"; - }; + # encryption = { + # allow = true; + # default = true; + # required = false; + # pickleKey = "$ENCRYPTION_PICKLE_KEY"; + # }; double_puppet = { allow_discovery = false;