mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: remove unused non-working service
This commit is contained in:
parent
b17234ffe1
commit
bfceb118ca
1 changed files with 0 additions and 20 deletions
|
|
@ -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";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue