Enable ollama service for work laptop
This commit is contained in:
parent
804ff2af6a
commit
0df26d4a48
|
@ -19,5 +19,8 @@
|
|||
'';
|
||||
systemPackages = with pkgs; [ openfortivpn ];
|
||||
};
|
||||
services.hardware.bolt.enable = true;
|
||||
services = {
|
||||
hardware.bolt.enable = true;
|
||||
ollama.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue