uptime-kuma config
This commit is contained in:
parent
c512a57e69
commit
b43c05b4d9
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue