added password tile

This commit is contained in:
2026-04-02 14:55:32 -05:00
parent a7d3af4ddd
commit f1e79d6408

View File

@@ -8,6 +8,11 @@ let
[
{ name = "Caddy"; unit = "caddy.service"; type = "system"; icon = "caddy"; enabled = true; category = "infrastructure"; credentials = []; }
{ name = "Tor"; unit = "tor.service"; type = "system"; icon = "tor"; enabled = true; category = "infrastructure"; credentials = []; }
{ name = "System Passwords"; unit = "root-password-setup.service"; type = "system"; icon = "system"; enabled = true; category = "infrastructure"; credentials = [
{ label = "Free Account"; value = "Username: free / Password: free"; }
{ label = "Root Password"; file = "/var/lib/secrets/root-password"; }
{ label = "SSH Local Access"; value = "ssh root@localhost / Passphrase: gosovransystems"; }
]; }
]
# ── Bitcoin Base (node implementations) ────────────────────
++ [
@@ -77,7 +82,7 @@ let
services = monitoredServices;
});
# ── Update wrapper script ─────────────────────────────────────<EFBFBD><EFBFBD>
# ── Update wrapper script ─────────────────────────────────────
update-script = pkgs.writeShellScript "sovran-hub-update.sh" ''
set -uo pipefail
export PATH="${lib.makeBinPath [ pkgs.nix pkgs.nixos-rebuild pkgs.git pkgs.flatpak pkgs.coreutils ]}:$PATH"