diff --git a/modules/system/homelab/dash.nix b/modules/system/homelab/dash.nix index 27ba4e9..ff6656d 100644 --- a/modules/system/homelab/dash.nix +++ b/modules/system/homelab/dash.nix @@ -61,9 +61,6 @@ external = [ [ "Proxmox" "proxmox" "https://server.proxy.${homelab.domain}" "http://server.dns.${homelab.domain}:8006/" ] [ "OpenWRT" "openwrt" "https://router.proxy.${homelab.domain}" "http://router.dns.${homelab.domain}:80/" ] - [ "HomeAssistant" "homeassistant" "https://home.proxy.${homelab.domain}" "http://home.dns.${homelab.domain}:8123/" ] - [ "OpenMediaVault" "openmediavault" "https://nas.local:80" "http://nas.local:80/" ] - [ "ApacheHTTPD" "apache" "https://nas.local:3000" "http://nas.local:3000/" ] ]; bookmarks = [ [ "Tailscale" "tailscale" "https://login.tailscale.com/" ]