Auto-commit: 2026-01-07 11:27:36
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{ config, lib, ... }:
|
||||||
|
{
|
||||||
|
systemd.tmpfiles.rules = lib.mkIf config.my.gpu.powersave [
|
||||||
|
"w /sys/module/pcie_aspm/parameters/policy - - - - powersave"
|
||||||
|
];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user