From b3fb93f5edcbc553c84be266b3f81c58799b7f15 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 16 Jul 2025 22:13:04 +0200 Subject: [PATCH] feat: i will kill myself --- 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 0c8319d..b4e7e2d 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; + pickle_key = "$ENCRYPTION_PICKLE_KEY"; + }; double_puppet = { allow_discovery = false;