diff --git a/config/firefox/bookmarks.nix b/config/firefox/bookmarks.nix index 5b80f44..c85edde 100644 --- a/config/firefox/bookmarks.nix +++ b/config/firefox/bookmarks.nix @@ -13,10 +13,6 @@ name = "Overleaf"; url = "https://www.overleaf.com/project"; } - { - name = "RSS"; - url = "https://rss.yanlincs.com"; - } { name = "Photos"; url = "https://photo.yanlincs.com/photos"; diff --git a/hosts/nixos/hs/system.nix b/hosts/nixos/hs/system.nix index c57c474..0c023f5 100644 --- a/hosts/nixos/hs/system.nix +++ b/hosts/nixos/hs/system.nix @@ -9,7 +9,6 @@ ../../../modules/login-display.nix ../../../modules/samba.nix ../../../modules/media-server.nix - ../../../modules/miniflux.nix ]; # GRUB bootloader with ZFS support diff --git a/hosts/nixos/vps/proxy.nix b/hosts/nixos/vps/proxy.nix index 6e0be21..0dfad0b 100644 --- a/hosts/nixos/vps/proxy.nix +++ b/hosts/nixos/vps/proxy.nix @@ -78,18 +78,6 @@ }; }; - # Miniflux RSS reader - rss = { - rule = "Host(`rss.yanlincs.com`)"; - service = "rss"; - tls = { - certResolver = "cloudflare"; - domains = [{ - main = "*.yanlincs.com"; - }]; - }; - }; - # Plex Media Server plex = { rule = "Host(`plex.yanlincs.com`)"; @@ -160,15 +148,6 @@ }; }; - # Miniflux RSS backend - rss = { - loadBalancer = { - servers = [{ - url = "http://lan.hs.yanlincs.com:8070"; - }]; - }; - }; - # Plex backend plex = { loadBalancer = {