enabled ollama as a service

This commit is contained in:
2024-01-05 05:24:30 +00:00
parent bb2a6e077a
commit 62a13294e4
3 changed files with 6 additions and 4 deletions

View File

@ -172,6 +172,7 @@
enable = true;
package = pkgs.mullvad-vpn;
};
ollama.enable = true;
};
fonts.packages = with pkgs; [ (nerdfonts.override { fonts = [ "FiraCode" "JetBrainsMono" ]; }) ];