This commit is contained in:
2025-12-14 12:35:24 +01:00
parent ce86eafd38
commit 5c25748fec
2 changed files with 4 additions and 8 deletions

View File

@@ -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;
};
};

View File

@@ -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
};
}