Skip to content

Commit

Permalink
fix: disable paperless for now
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Jul 5, 2024
1 parent 788ae66 commit f3c7f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/hosts/shodan/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}: {
mySystem.purpose = "Homelab";
mySystem.system.impermanence.enable = true;
mySystem.system.autoUpgrade.enable=true; # bold move cotton
mySystem.system.autoUpgrade.enable=true; # bold move cotton
mySystem.services = {
openssh.enable = true;
podman.enable = true;
Expand Down Expand Up @@ -43,7 +43,7 @@
miniflux.enable = true;
calibre-web.enable = true;
rss-bridge.enable = true;
paperless.enable = true;
# paperless.enable = true;
rxresume.enable = true;
invidious.enable = true;
thelounge.enable = true;
Expand Down

0 comments on commit f3c7f1a

Please sign in to comment.