From b43c05b4d976e2f5b945bf99231db3e6ca404258 Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 10 Nov 2025 01:50:38 +0000 Subject: [PATCH] uptime-kuma config --- services/distrust-mini/uptime-kuma.nix | 2 +- system/configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/distrust-mini/uptime-kuma.nix b/services/distrust-mini/uptime-kuma.nix index bd93a75..3d8c254 100644 --- a/services/distrust-mini/uptime-kuma.nix +++ b/services/distrust-mini/uptime-kuma.nix @@ -11,7 +11,7 @@ in { }; distrust.services."uptime-kuma" = { - url = "https://kuma.distrust.network https://status.distrust.network"; + url = "https://dashboard.status.distrust.network https://status.distrust.network"; onion = { url = "http://dstrst6d56jb7y7bmd77fcq73x43e6euphf74qzjvvn43j67ugydd2id.onion"; secretKey = config.age.secrets."hidden_service/uptime-kuma".path; diff --git a/system/configuration.nix b/system/configuration.nix index 59aed38..5e0ef98 100644 --- a/system/configuration.nix +++ b/system/configuration.nix @@ -1,7 +1,7 @@ {pkgs, ...}: let # Helper script to update the system based on local copy of flake updateScript = pkgs.writeShellScriptBin "rebuild" '' - nixos-rebuild switch --flake /etc/nixos#distrust + nixos-rebuild switch --flake /etc/nixos# ''; # Helper script to clear /var/log and systemd journal clearLogsScript = pkgs.writeShellScriptBin "clear_logs" ''