feat: enable ollama
This commit is contained in:
parent
8daa728063
commit
ee9dc5f598
1 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
ollama = {
|
||||||
|
enable = true;
|
||||||
|
acceleration = "cuda";
|
||||||
|
};
|
||||||
desktopManager.cosmic.enable = false;
|
desktopManager.cosmic.enable = false;
|
||||||
pcscd.enable = true; # for yubikey
|
pcscd.enable = true; # for yubikey
|
||||||
pipewire = {
|
pipewire = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue