diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index b739573..fd8c9f0 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -255,6 +255,7 @@ in { title = builtins.elemAt e 0; icon = "si:${builtins.elemAt e 1}"; url = builtins.elemAt e 2; + alt-status-codes = [ 401 ]; }) bookmarks; } ];