Skip to content

Commit

Permalink
Update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Jan 4, 2025
1 parent 282e308 commit c547268
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
50 changes: 25 additions & 25 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion system/services/ollama.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{pkgs, ...}: let
port = 11434;
in {
# https://github.com/NixOS/nixpkgs/issues/368672
# https://nixpk.gs/pr-tracker.html?pr=370180
services.ollama = {
enable = false;
package = pkgs.ollama-rocm;
Expand Down
2 changes: 1 addition & 1 deletion system/services/pipewire.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@
];
};

hardware.pulseaudio.enable = lib.mkForce false;
services.pulseaudio.enable = lib.mkForce false;
}

0 comments on commit c547268

Please sign in to comment.