chore: remove unused non-working service

This commit is contained in:
Ahwx 2024-12-19 18:23:31 +01:00
parent b17234ffe1
commit bfceb118ca

View file

@ -1,20 +0,0 @@
{ lib, config, pkgs, ... }: {
services.komga = {
enable = true;
port = 2872;
stateDir = "/var/lib/komga";
openFirewall = true;
user = "liv";
};
services = {
nginx.virtualHosts."read.liv.town" = {
useACMEHost = "liv.town";
forceSSL = true;
locations."/" = {
proxyPass = "http://localhost:2872";
};
};
};
}