remove opencode superpowers
This commit is contained in:
parent
1d05ab6d6f
commit
28a3d2fb26
2 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,6 @@
|
|||
settings = {
|
||||
theme = "system";
|
||||
autoupdate = false;
|
||||
plugin = [ "superpowers@git+https://github.com/obra/superpowers.git" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue