nix-configs/homelab/komga/default.nix
Aaron Honeycutt a53e35d1af add komga
2025-02-25 14:57:44 +00:00

8 lines
No EOL
102 B
Nix

{ config, pkgs, lib, ... }:
{
services.komga = {
enable = true;
openFirewall = true;
};
}