From 47de86956e960d6fb2d8cdc2576018adc9319675 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 27 Jul 2025 16:39:40 +0300 Subject: [PATCH] disable paperless for now --- hosts/pochita/configuration.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index feb2aad..0b5fd85 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -27,9 +27,10 @@ services.wanikani-bypass-lessons.enable = true; services.wanikani-fetch-data.enable = true; - services.paperless = { - enable = true; - }; + # paperless is giving an error + # services.paperless = { + # enable = true; + # }; i18n.inputMethod.enable = lib.mkForce false; # no need for japanese input method