From 1d7e901eb3054562148de4553baa744604b7c4ba Mon Sep 17 00:00:00 2001 From: xunuwu Date: Sun, 13 Apr 2025 11:37:08 +0200 Subject: [PATCH] remove miniflux from homepage --- sys/machines/hopper/lab/homepage.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sys/machines/hopper/lab/homepage.nix b/sys/machines/hopper/lab/homepage.nix index fae3ea8..babf4c5 100644 --- a/sys/machines/hopper/lab/homepage.nix +++ b/sys/machines/hopper/lab/homepage.nix @@ -52,12 +52,6 @@ icon = "navidrome"; }; } - { - "miniflux" = { - href = "https://mf.xunuwu.xyz"; - icon = "miniflux"; - }; - } { "adguard home" = { href = "http://${config.networking.hostName}:${toString config.services.adguardhome.port}";