hosts: nixos: porthos: services: enable pdf-edit
This commit is contained in:
parent
bcf9c24c16
commit
1fc8790790
|
@ -127,6 +127,11 @@ in
|
||||||
passwordFile = secrets."paperless/password".path;
|
passwordFile = secrets."paperless/password".path;
|
||||||
secretKeyFile = secrets."paperless/secret-key".path;
|
secretKeyFile = secrets."paperless/secret-key".path;
|
||||||
};
|
};
|
||||||
|
# Sometimes, editing PDFs is useful
|
||||||
|
pdf-edit = {
|
||||||
|
enable = true;
|
||||||
|
loginFile = secrets."stirling-pdf/login".path;
|
||||||
|
};
|
||||||
# The whole *arr software suite
|
# The whole *arr software suite
|
||||||
pirate = {
|
pirate = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue