update packages + patches that come w/ it
This commit is contained in:
parent
4304b5c887
commit
2621308fc0
7 changed files with 56 additions and 69 deletions
|
|
@ -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}" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue