diff --git a/hosts/dnsc-vps-sm/default.nix b/hosts/dnsc-vps-sm/default.nix index e6b9c29..d43173d 100644 --- a/hosts/dnsc-vps-sm/default.nix +++ b/hosts/dnsc-vps-sm/default.nix @@ -108,6 +108,14 @@ environmentFile = config.age.secrets."vaultwarden/env".path; }; + # Uptime Kuma + services.uptime-kuma = { + enable = true; + settings = { + PORT = "9000"; + }; + }; + # Caddy services.caddy = { enable = true;