From a45a48cf17ec3f45c0a5013bfe991f329c5921a1 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 21 Jul 2025 21:21:53 +0200 Subject: [PATCH] fix(stolas): comment out paperless secrets config --- nixos/stolas/default.nix | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index 8f23e9f..e1f115b 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -154,13 +154,14 @@ }; }; - age.secrets = { - paperless = { - file = "${config.dadada.secrets.path}/paperless.age"; - mode = "700"; - owner = "paperless"; - }; - }; + # TODO + # age.secrets = { + # paperless = { + # file = "${config.dadada.secrets.path}/paperless.age"; + # mode = "700"; + # owner = "paperless"; + # }; + # }; # Create compressing swap space in RAM zramSwap.enable = true;