mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
Nix modules: change docspell user to be a normal user
Seems that unoconv requires a shell.
This commit is contained in:
@ -28,9 +28,11 @@ in
|
||||
|
||||
services.docspell-joex = {
|
||||
enable = true;
|
||||
base-url = "http://docspelltest:7878";
|
||||
bind.address = "0.0.0.0";
|
||||
base-url = "http://localhost:7878";
|
||||
};
|
||||
services.docspell-restserver = {
|
||||
bind.address = "0.0.0.0";
|
||||
enable = true;
|
||||
};
|
||||
services.docspell-consumedir = {
|
||||
|
Reference in New Issue
Block a user