From b919ce744b344b633c251d84b542a3667495efe0 Mon Sep 17 00:00:00 2001 From: osbm Date: Sun, 2 Nov 2025 17:11:05 +0300 Subject: [PATCH] add bitwarden --- modules/nixos/services/glance.nix | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/modules/nixos/services/glance.nix b/modules/nixos/services/glance.nix index 4c0243a..14c3fe1 100644 --- a/modules/nixos/services/glance.nix +++ b/modules/nixos/services/glance.nix @@ -110,24 +110,9 @@ url = "https://git.osbm.dev"; } { - icon = "si:ollama"; - title = "Open Webui"; - url = "http://ymir.curl-boga.ts.net:7070/"; - } - { - icon = "sh:jellyfin"; - title = "Jellyfin"; - url = "http://ymir.curl-boga.ts.net:8096/"; - } - { - icon = "sh:nixos"; - title = "Hydra"; - url = "http://wallfacer.curl-boga.ts.net:3000"; - } - { - icon = "sh:nixos"; - title = "Attix Binary Cache"; - url = "https://cache.osbm.dev"; + icon = "sh:bitwarden"; + title = "Bitwarden Vault"; + url = "https://bitwarden.osbm.dev"; } { icon = "sh:visual-studio-code";