From 1829515dd34dcc467ca30ed2d622aa882bb4df1f Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Mon, 3 Jun 2024 09:39:04 +0200 Subject: [PATCH] pto-laptop: Remove ollama + Set nvidia to prime sync --- hosts/pro-laptop/configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/pro-laptop/configuration.nix b/hosts/pro-laptop/configuration.nix index 72cabc3..3c3da56 100644 --- a/hosts/pro-laptop/configuration.nix +++ b/hosts/pro-laptop/configuration.nix @@ -20,10 +20,7 @@ networking.hostName = "nixos-laptop-pro"; # Define your hostname. hardware.nvidia.prime = { - offload = { - enable = true; - enableOffloadCmd = true; - }; + sync.enable = true; # Make sure to use the correct Bus ID values for your system! # information bus: pci@0000:00:02.0 @@ -47,9 +44,5 @@ printing.enable = true; waydroid.enable = true; }; - - server = { - ollama.enable = true; - }; }; }