From 999a48526d22dc98525be7a20eb8ae5a4ff94541 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Thu, 13 Oct 2022 09:10:17 -0400 Subject: [PATCH] Remove paperless from pedro --- machines/pedro/configuration.nix | 4 ---- machines/pedro/nginx.nix | 1 - 2 files changed, 5 deletions(-) diff --git a/machines/pedro/configuration.nix b/machines/pedro/configuration.nix index 8604404..5123663 100644 --- a/machines/pedro/configuration.nix +++ b/machines/pedro/configuration.nix @@ -141,10 +141,6 @@ # Enable the OpenSSH daemon. openssh.enable = true; - paperless = { - enable = true; - }; - pipewire = { enable = true; alsa.enable = true; diff --git a/machines/pedro/nginx.nix b/machines/pedro/nginx.nix index 5d981a5..3f4b845 100644 --- a/machines/pedro/nginx.nix +++ b/machines/pedro/nginx.nix @@ -16,7 +16,6 @@ in { "home.jhink.org" = simpleProxy 8123; "git.jhink.org" = simpleProxy 3000; - "paperless.jhink.org" = simpleProxy 8000; "vault.jhink.org" = simpleProxy 8222; }; }