challenger/frigate: init

This commit is contained in:
2026-04-30 01:02:36 +02:00
parent 22b3907223
commit 422a166925
4 changed files with 52 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
let
domain = "komga.home.feal.no";
port = 5001;
port = 5004;
in {
services.komga = {
enable = true;