Auto-commit: 2026-01-07 11:27:36

This commit is contained in:
2026-01-07 11:27:36 +00:00
parent 4c720b7341
commit 1f1874f3d8

View File

@@ -0,0 +1,6 @@
{ config, lib, ... }:
{
systemd.tmpfiles.rules = lib.mkIf config.my.gpu.powersave [
"w /sys/module/pcie_aspm/parameters/policy - - - - powersave"
];
}