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; - }; }; }