update packages + patches that come w/ it

This commit is contained in:
Reid 2026-04-17 19:16:39 -07:00
parent 4304b5c887
commit 2621308fc0
7 changed files with 56 additions and 69 deletions

View file

@ -8,7 +8,7 @@ in {
enable = mkEnableOption "enable uptime kuma, a self-hosted uptime website";
port = mkOption {
type = types.int;
default = 3002;
default = 2002;
};
domain = mkOption {
type = types.str;
@ -20,6 +20,7 @@ in {
services.uptime-kuma = {
enable = true;
settings.PORT = toString cfg.port;
# TODO: use postgres?
};
services.nginx.virtualHosts."${cfg.domain}" = {