Adding komga

This commit is contained in:
Lyes Saadi 2025-10-21 01:06:18 +02:00
parent c59525664c
commit 4758e884b9
Signed by: lyes
GPG key ID: 55A1D803917CF39A
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ ... }:
{
services.komga = {
enable = true;
settings = {
server = {
port = 44302;
};
};
};
}