Commit 8a6ffa81a322

Vincent Demeester <vincent@sbr.pm>
2026-01-30 23:04:14
style(paperless): apply nixfmt formatting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 91a226d
Changed files (1)
systems
sakhalin
systems/sakhalin/extra.nix
@@ -393,7 +393,9 @@ in
 
   # Add trash directory to paperless services ReadWritePaths
   systemd.services.paperless-scheduler.serviceConfig.ReadWritePaths = [ "/mnt/gaia/paperless/trash" ];
-  systemd.services.paperless-task-queue.serviceConfig.ReadWritePaths = [ "/mnt/gaia/paperless/trash" ];
+  systemd.services.paperless-task-queue.serviceConfig.ReadWritePaths = [
+    "/mnt/gaia/paperless/trash"
+  ];
   systemd.services.paperless-consumer.serviceConfig.ReadWritePaths = [ "/mnt/gaia/paperless/trash" ];
   systemd.services.paperless-web.serviceConfig.ReadWritePaths = [ "/mnt/gaia/paperless/trash" ];