forked from jan-leila/nix-config
added nix language server
removed ollama
This commit is contained in:
parent
1790d785f5
commit
77e3d687d4
4 changed files with 27 additions and 10 deletions
|
@ -46,10 +46,10 @@ in {
|
|||
);
|
||||
|
||||
services = {
|
||||
ollama = {
|
||||
enable = cfg.hasGPU;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
# ollama = {
|
||||
# enable = cfg.hasGPU;
|
||||
# acceleration = "cuda";
|
||||
# };
|
||||
|
||||
# TODO: this should reference the home directory from the user config
|
||||
openssh.hostKeys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue