mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 04:39:23 +08:00
devices.nas: fix
This commit is contained in:
@@ -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" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user