minor config changes
This commit is contained in:
parent
675854264c
commit
238866e5f1
4 changed files with 16 additions and 10 deletions
|
@ -36,13 +36,15 @@
|
|||
time.timeZone = "America/Lost_Angeles";
|
||||
|
||||
boot.kernelParams = [
|
||||
"intel_pstate=no_hwp"
|
||||
#"intel_pstate=no_hwp"
|
||||
"kernel.yama.ptrace_scope=0"
|
||||
"mem_sleep_default=deep"
|
||||
#"mem_sleep_default=deep"
|
||||
"acpi_osi=\"!Windows 2020\""
|
||||
"module_blacklist=hid_sensor_hub"
|
||||
"intel_iommu=on"
|
||||
"iommu=pt"
|
||||
"i915.enable_guc=7"
|
||||
"nvme.noacpi=1"
|
||||
#"i915.enable_guc=7"
|
||||
];
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
|
|
@ -70,6 +70,10 @@ in {
|
|||
passthrough = "${passthrough}";
|
||||
};
|
||||
|
||||
stitchyconf = {
|
||||
artPkgs.enable = true;
|
||||
};
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
hardware = {
|
||||
steam-hardware.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue