diff --git a/configuration/Scorch.nix b/configuration/Scorch.nix index c5ef3918..2c16c398 100644 --- a/configuration/Scorch.nix +++ b/configuration/Scorch.nix @@ -16,5 +16,4 @@ ''; systemPackages = with pkgs; [openfortivpn samba]; }; - services.ollama.enable = true; } diff --git a/configuration/Tone.nix b/configuration/Tone.nix index dafa228f..e3711647 100644 --- a/configuration/Tone.nix +++ b/configuration/Tone.nix @@ -14,7 +14,6 @@ systemPackages = with pkgs; [openfortivpn]; }; services = { - ollama.enable = true; samba.enable = true; hardware.bolt.enable = true; }; diff --git a/configuration/Vanguard.nix b/configuration/Vanguard.nix index e348403d..b7b0cadc 100644 --- a/configuration/Vanguard.nix +++ b/configuration/Vanguard.nix @@ -15,10 +15,6 @@ steam-hardware.enable = true; }; - services.ollama = { - enable = true; - acceleration = "rocm"; - }; programs.steam = { enable = true; remotePlay.openFirewall = true;