Compare commits
3 Commits
9d2e52675e
...
d8b6458928
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8b6458928 | ||
|
|
be7bffff67 | ||
|
|
a9055968e7 |
@ -7,6 +7,9 @@
|
|||||||
# Set hostid (required for ZFS)
|
# Set hostid (required for ZFS)
|
||||||
networking.hostId = "deadbeef";
|
networking.hostId = "deadbeef";
|
||||||
|
|
||||||
|
# Use thermald
|
||||||
|
services.thermald.ignoreCpuidCheck = true;
|
||||||
|
|
||||||
# Hardware configuration
|
# Hardware configuration
|
||||||
hardware.enableRedistributableFirmware = true;
|
hardware.enableRedistributableFirmware = true;
|
||||||
boot.initrd.availableKernelModules = [
|
boot.initrd.availableKernelModules = [
|
||||||
|
|||||||
@ -16,7 +16,11 @@ in
|
|||||||
# TODO: Add nvidia settings back in
|
# TODO: Add nvidia settings back in
|
||||||
# TODO: Move to nvidia module
|
# TODO: Move to nvidia module
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
open = true;
|
open = false;
|
||||||
|
prime = {
|
||||||
|
intelBusId = "PCI:0@0:2:0";
|
||||||
|
nvidiaBusId = "PCI:1@0:0:0";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -67,6 +67,7 @@ in
|
|||||||
"rounded-window-corners@fxgn"
|
"rounded-window-corners@fxgn"
|
||||||
"media-progress@krypion17"
|
"media-progress@krypion17"
|
||||||
"mprisLabel@moon-0xff.github.com"
|
"mprisLabel@moon-0xff.github.com"
|
||||||
|
"caffeube@patapon.info"
|
||||||
];
|
];
|
||||||
last-selected-power-profile = "power-saver";
|
last-selected-power-profile = "power-saver";
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user