From 28a3d2fb262485266c77350226fff146659b19e1 Mon Sep 17 00:00:00 2001 From: William Date: Thu, 16 Apr 2026 19:25:58 -0300 Subject: [PATCH] remove opencode superpowers --- aspects/ai.nix | 1 - aspects/hosts/_alexandria/{miniflux.nix => rss.nix} | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) rename aspects/hosts/_alexandria/{miniflux.nix => rss.nix} (95%) diff --git a/aspects/ai.nix b/aspects/ai.nix index 1192009..30c7342 100644 --- a/aspects/ai.nix +++ b/aspects/ai.nix @@ -27,7 +27,6 @@ settings = { theme = "system"; autoupdate = false; - plugin = [ "superpowers@git+https://github.com/obra/superpowers.git" ]; }; }; }; diff --git a/aspects/hosts/_alexandria/miniflux.nix b/aspects/hosts/_alexandria/rss.nix similarity index 95% rename from aspects/hosts/_alexandria/miniflux.nix rename to aspects/hosts/_alexandria/rss.nix index a1f3ca3..830bbe3 100644 --- a/aspects/hosts/_alexandria/miniflux.nix +++ b/aspects/hosts/_alexandria/rss.nix @@ -9,7 +9,7 @@ in miniflux = { enable = true; config = { - LISTEN_ADDR = "localhost:8080"; + LISTEN_ADDR = "localhost:58000"; CREATE_ADMIN = 1; FETCHER_ALLOW_PRIVATE_NETWORKS = 1; POLLING_SCHEDULER = "entry_frequency";