1
1
Fork 0

Disable paperless

main
Bill Ewanick 2025-07-20 16:41:43 -04:00
parent eaa03cc7e9
commit 5c9eabcebd
2 changed files with 6 additions and 2 deletions

View File

@ -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
];
}

View File

@ -1,3 +1,4 @@
# Currently disabled, having issues starting
{ pkgs, ... }:
let
baseUrl = "paperless.ewanick.com";