pto-laptop: Remove ollama + Set nvidia to prime sync
All checks were successful
check / check (push) Successful in 29s

This commit is contained in:
Florian RICHER 2024-06-03 09:39:04 +02:00
parent db5ca96ada
commit 1829515dd3

View file

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