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";