diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-11-23 14:04:46 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-11-23 14:04:46 +0530 |
| commit | f5f2198da113394bc14e0bfad4e4aaa9ec038033 (patch) | |
| tree | f1ba3ba69e9f156c5b91c0831c71b65b3c3d64a8 /settings.nix | |
| parent | f5d51dba7341eadf04749f6a9703f83a5cde4390 (diff) | |
| download | homeserver-nixos-config-f5f2198da113394bc14e0bfad4e4aaa9ec038033.tar.gz homeserver-nixos-config-f5f2198da113394bc14e0bfad4e4aaa9ec038033.zip | |
Paperless
Diffstat (limited to 'settings.nix')
| -rw-r--r-- | settings.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.nix b/settings.nix index 5696874..741a6f3 100644 --- a/settings.nix +++ b/settings.nix @@ -22,6 +22,7 @@ in lib.recursiveUpdate privateSettings rec { immich = 3144; yarr = 7070; lazylibrarian = 5299; + paperless = 28981; }; exposeTransmissionRPC = false; }; @@ -53,4 +54,10 @@ in lib.recursiveUpdate privateSettings rec { group = "multimedia"; # booksGroup = "books"; }; + + paperless = rec { + docsDir = "/media/docs"; + user = "paperless"; + group = "paperless"; + }; } |
