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 /modules/network/default.nix | |
| parent | f5d51dba7341eadf04749f6a9703f83a5cde4390 (diff) | |
| download | homeserver-nixos-config-f5f2198da113394bc14e0bfad4e4aaa9ec038033.tar.gz homeserver-nixos-config-f5f2198da113394bc14e0bfad4e4aaa9ec038033.zip | |
Paperless
Diffstat (limited to 'modules/network/default.nix')
| -rw-r--r-- | modules/network/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/network/default.nix b/modules/network/default.nix index f2dae8a..a601750 100644 --- a/modules/network/default.nix +++ b/modules/network/default.nix @@ -33,6 +33,7 @@ in "photos.local" = { inherit host; port = ports.immich; }; "news.local" = { inherit host; port = ports.yarr; }; "librarian.local" = { inherit host; port = ports.lazylibrarian; }; + "paperless.local" = { inherit host; port = ports.paperless; configureNginx = true; }; }; }; |
