chore: quick push

This commit is contained in:
Nick 2025-03-09 19:37:13 -05:00
parent f3ed254c00
commit b936cfeed6
15 changed files with 190 additions and 14 deletions

View file

@ -53,7 +53,6 @@ in
searx
vaultwarden
forgejo
wayland
xserver
;
};

View file

@ -65,14 +65,14 @@ in
// (
if hostname == mars.name then
{
models = service.paths.path1;
# acceleration = "rocm";
# package = pkgs.ollama.override {
# config = {
# rocmSupport = true;
# cudaSupport = false;
# };
# };
# models = service.paths.path1;
acceleration = "rocm";
package = pkgs.ollama.override {
config = {
rocmSupport = true;
cudaSupport = false;
};
};
}
else
{