machines: porthos: services: enable paperless
This commit is contained in:
parent
23484989a6
commit
14d56a1337
|
@ -93,6 +93,14 @@ in
|
||||||
nginx = {
|
nginx = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
paperless = {
|
||||||
|
enable = true;
|
||||||
|
documentPath = "/data/media/paperless";
|
||||||
|
# Insecure, I don't care
|
||||||
|
passwordFile =
|
||||||
|
builtins.toFile "paperless.env" my.secrets.paperless.password;
|
||||||
|
secretKey = my.secrets.paperless.secretKey;
|
||||||
|
};
|
||||||
# The whole *arr software suite
|
# The whole *arr software suite
|
||||||
pirate.enable = true;
|
pirate.enable = true;
|
||||||
# Podcast automatic downloader
|
# Podcast automatic downloader
|
||||||
|
|
Loading…
Reference in a new issue