config: Disable Prime Sync MiBook

This commit is contained in:
2026-05-17 14:23:55 +02:00
parent 098e632405
commit 1444912326
2 changed files with 2 additions and 10 deletions
+1 -9
View File
@@ -36,20 +36,12 @@
hardware.nvidia.prime = {
sync.enable = true;
sync.enable = false;
nvidiaBusId = "PCI:01:00:0";
intelBusId = "PCI:00:2:0";
};
hardware.nvidia.prime = {
sync.enable = true;
nvidiaBusId = "PCI:01:00:0";
intelBusId = "PCI:00:02:0";
};
system = {
stateVersion = "23.05";
autoUpgrade.enable = true;
+1 -1
View File
@@ -18,7 +18,7 @@ in
my.hardware = {
bluetooth.enable = true;
sound.enable = false;
nvidia.enable = true;
nvidia.enable = false;
};
my.services = {
vpn.enable = true;