diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 9d46430..86a1c7c 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -55,9 +55,9 @@ [ "CDN" "http://10.3.14.217:3000/" ] ]; services = [ - [ "PocketID" "authentik" "https://auth.satr14.my.id" "http://main.dns.satr14.my.id:1411/" ] - [ "2FAuth" "authy" "https://2fa.satr14.my.id" "http://main.dns.satr14.my.id:8090/" ] - [ "VaultWarden" "vaultwarden" "https://pass.proxy.satr14.my.id" "http://main.dns.satr14.my.id:8060/" ] + [ "PocketID" "si:authentik" "https://auth.satr14.my.id" "http://main.dns.satr14.my.id:1411/" ] + [ "2FAuth" "si:authy" "https://2fa.satr14.my.id" "http://main.dns.satr14.my.id:8090/" ] + [ "VaultWarden" "si:vaultwarden" "https://pass.proxy.satr14.my.id" "http://main.dns.satr14.my.id:8060/" ] ]; bookmarks = [ [ "Tailscale" "tailscale" "https://login.tailscale.com/" ] @@ -197,10 +197,9 @@ in { style = "compact"; show-failing-only = true; sites = map (e: { - same-tab = true; - allow-insecure = true; - title = builtins.elemAt e 0; - url = builtins.elemAt e 1; + enabled = true; + domain = builtins.elemAt e 0; + answer = builtins.elemAt e 1; }) monitor; } { @@ -255,4 +254,4 @@ in { ]; }; }; -} +} \ No newline at end of file