Compare commits
2 Commits
6dfbc88614
...
58ac0895bf
Author | SHA1 | Date |
---|---|---|
coolneng | 58ac0895bf | |
coolneng | 2e7a912294 |
|
@ -121,7 +121,7 @@ in {
|
||||||
/home/coolneng/.local/share/scripts/mail-sync -a
|
/home/coolneng/.local/share/scripts/mail-sync -a
|
||||||
'';
|
'';
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
startAt = "*-*-* *:00,15,30,45:00";
|
startAt = "*-*-* *:00,30";
|
||||||
};
|
};
|
||||||
|
|
||||||
# HACK Change home partition permissions for mopidy
|
# HACK Change home partition permissions for mopidy
|
||||||
|
|
|
@ -50,4 +50,11 @@
|
||||||
systemd.services.thinkfan.preStart = ''
|
systemd.services.thinkfan.preStart = ''
|
||||||
/run/current-system/sw/bin/modprobe -r thinkpad_acpi && /run/current-system/sw/bin/modprobe thinkpad_acpi
|
/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