fix
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
programs.aider-chat = {
|
||||
enable = true;
|
||||
package = aider-chat-full;
|
||||
package = pkgs.unstable.aider-chat-full;
|
||||
settings = {
|
||||
architect = true;
|
||||
auto-accept-architect = false;
|
||||
@@ -29,7 +29,7 @@
|
||||
check-update=false;
|
||||
multiline=true;
|
||||
notifications=true;
|
||||
show-diffs=true
|
||||
show-diffs=true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -5,16 +5,12 @@
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
nixpkgs.config.allowBroken = true;
|
||||
|
||||
services.docling-serve = {
|
||||
enable = true;
|
||||
enable = false; #this is broken for now.
|
||||
package = pkgs.python312Packages.docling-serve;
|
||||
port = 5001;
|
||||
host = "127.0.0.1";
|
||||
openFirewall = true;
|
||||
#environment
|
||||
#environmentFile
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user