machines: porthos: services: enable grocy

This commit is contained in:
Bruno BELANYI 2022-07-28 18:19:44 +02:00
parent 2ba9c63f2e
commit 58971246e7

View file

@ -48,6 +48,10 @@ in
passwordFile = secrets."gitea/mail-password".path; passwordFile = secrets."gitea/mail-password".path;
}; };
}; };
# Grocy ERP
grocy = {
enable = true;
};
# Meta-indexers # Meta-indexers
indexers = { indexers = {
prowlarr.enable = true; prowlarr.enable = true;