From 62591b1d5ab09e9a62aab41ef3d40957b5863467 Mon Sep 17 00:00:00 2001 From: Satria Date: Thu, 12 Mar 2026 21:54:33 +0700 Subject: [PATCH] unauthorized is good --- modules/system/homelab/dash.nix | 1 + 1 file changed, 1 insertion(+) 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; } ];