From 5c9eabcebdda2c5d30aa8b97330761bde7ff551c Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sun, 20 Jul 2025 16:41:43 -0400 Subject: [PATCH] Disable paperless --- nixos-apps/default.nix | 7 +++++-- nixos-apps/paperless.ewanick.com.nix | 1 + 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/nixos-apps/default.nix b/nixos-apps/default.nix index da5d18b..8c64fbc 100644 --- a/nixos-apps/default.nix +++ b/nixos-apps/default.nix @@ -7,7 +7,7 @@ ./ewanick.com.nix ./git.ewanick.com.nix - ./paperless.ewanick.com.nix + # ./paperless.ewanick.com.nix ./fancytypist.com.nix @@ -21,5 +21,8 @@ # uncomment this to use the staging server # security.acme.server = "https://acme-staging-v02.api.letsencrypt.org/directory"; - networking.firewall.allowedTCPPorts = [ 80 443 ]; + networking.firewall.allowedTCPPorts = [ + 80 + 443 + ]; } diff --git a/nixos-apps/paperless.ewanick.com.nix b/nixos-apps/paperless.ewanick.com.nix index 3072018..45fbeee 100644 --- a/nixos-apps/paperless.ewanick.com.nix +++ b/nixos-apps/paperless.ewanick.com.nix @@ -1,3 +1,4 @@ +# Currently disabled, having issues starting { pkgs, ... }: let baseUrl = "paperless.ewanick.com";