init commit
This commit is contained in:
commit
181e6f681e
22 changed files with 940 additions and 0 deletions
15
pkgs/uptime-kuma.nix
Normal file
15
pkgs/uptime-kuma.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.uptime-kuma = {
|
||||
enable = true;
|
||||
settings = {
|
||||
# NODE_EXTRA_CA_CERTS = "/etc/env/ssl/${domain}.pem";
|
||||
PORT = "4000";
|
||||
HOST = "127.0.0.1";
|
||||
};
|
||||
};
|
||||
|
||||
# networking.firewall.allowedTCPPorts = [ 4000 ];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue