add komga

This commit is contained in:
Aaron Honeycutt 2025-02-25 14:57:44 +00:00
parent b915a9678e
commit a53e35d1af

View file

@ -0,0 +1,8 @@
{ config, pkgs, lib, ... }:
{
services.komga = {
enable = true;
openFirewall = true;
};
}