pto-laptop: Remove ollama + Set nvidia to prime sync
All checks were successful
check / check (push) Successful in 29s
All checks were successful
check / check (push) Successful in 29s
This commit is contained in:
parent
db5ca96ada
commit
1829515dd3
1 changed files with 1 additions and 8 deletions
|
@ -20,10 +20,7 @@
|
||||||
networking.hostName = "nixos-laptop-pro"; # Define your hostname.
|
networking.hostName = "nixos-laptop-pro"; # Define your hostname.
|
||||||
|
|
||||||
hardware.nvidia.prime = {
|
hardware.nvidia.prime = {
|
||||||
offload = {
|
sync.enable = true;
|
||||||
enable = true;
|
|
||||||
enableOffloadCmd = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Make sure to use the correct Bus ID values for your system!
|
# Make sure to use the correct Bus ID values for your system!
|
||||||
# information bus: pci@0000:00:02.0
|
# information bus: pci@0000:00:02.0
|
||||||
|
@ -47,9 +44,5 @@
|
||||||
printing.enable = true;
|
printing.enable = true;
|
||||||
waydroid.enable = true;
|
waydroid.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
server = {
|
|
||||||
ollama.enable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue