devices.nas: fix

This commit is contained in:
2025-09-05 09:02:07 +08:00
parent 6114a8b0ca
commit b7469542eb

View File

@@ -37,6 +37,7 @@ inputs:
nix-serve.hostname = "nix-store.nas.chn.moe";
};
};
systemd.tmpfiles.rules = [ "w /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw - - - - 10" ];
systemd.tmpfiles.rules =
[ "w /sys/class/powercap/intel-rapl/intel-rapl:0/constraint_0_power_limit_uw - - - - 10000000" ];
};
}