Remove paperless from pedro

This commit is contained in:
Jacob Hinkle 2022-10-13 09:10:17 -04:00
parent 75e642c6cf
commit 999a48526d
2 changed files with 0 additions and 5 deletions

View File

@ -141,10 +141,6 @@
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
openssh.enable = true; openssh.enable = true;
paperless = {
enable = true;
};
pipewire = { pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;

View File

@ -16,7 +16,6 @@
in { in {
"home.jhink.org" = simpleProxy 8123; "home.jhink.org" = simpleProxy 8123;
"git.jhink.org" = simpleProxy 3000; "git.jhink.org" = simpleProxy 3000;
"paperless.jhink.org" = simpleProxy 8000;
"vault.jhink.org" = simpleProxy 8222; "vault.jhink.org" = simpleProxy 8222;
}; };
} }