From 01b056d4cb60ce45218a3780532bba7f03b17a06 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 20 Jun 2024 11:25:35 +0200 Subject: [PATCH] Update --- hosts/modules/server/kuma.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hosts/modules/server/kuma.nix diff --git a/hosts/modules/server/kuma.nix b/hosts/modules/server/kuma.nix new file mode 100644 index 0000000..8198930 --- /dev/null +++ b/hosts/modules/server/kuma.nix @@ -0,0 +1,9 @@ +{ + services.uptime-kuma = { + enable = true; + settings = { + HOST = "127.0.0.1"; + PORT = "3005"; + }; + }; +}