Compare commits
No commits in common. "58ac0895bfe23cce659b09c7e786245858aa16cb" and "6dfbc8861453550b791257b0138cf663a51efe02" have entirely different histories.
58ac0895bf
...
6dfbc88614
|
@ -121,7 +121,7 @@ in {
|
|||
/home/coolneng/.local/share/scripts/mail-sync -a
|
||||
'';
|
||||
after = [ "network-online.target" ];
|
||||
startAt = "*-*-* *:00,30";
|
||||
startAt = "*-*-* *:00,15,30,45:00";
|
||||
};
|
||||
|
||||
# HACK Change home partition permissions for mopidy
|
||||
|
|
|
@ -50,11 +50,4 @@
|
|||
systemd.services.thinkfan.preStart = ''
|
||||
/run/current-system/sw/bin/modprobe -r thinkpad_acpi && /run/current-system/sw/bin/modprobe thinkpad_acpi
|
||||
'';
|
||||
|
||||
# Undervolt CPU and GPU
|
||||
services.undervolt = {
|
||||
enable = true;
|
||||
coreOffset = -120;
|
||||
gpuOffset = -120;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue