Remove ollama service
This commit is contained in:
parent
27e90f9de9
commit
98b3418941
|
@ -16,5 +16,4 @@
|
|||
'';
|
||||
systemPackages = with pkgs; [openfortivpn samba];
|
||||
};
|
||||
services.ollama.enable = true;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
systemPackages = with pkgs; [openfortivpn];
|
||||
};
|
||||
services = {
|
||||
ollama.enable = true;
|
||||
samba.enable = true;
|
||||
hardware.bolt.enable = true;
|
||||
};
|
||||
|
|
|
@ -15,10 +15,6 @@
|
|||
steam-hardware.enable = true;
|
||||
};
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
};
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue