furmark heater

This commit is contained in:
2026-01-24 15:20:37 -05:00
parent 205a8bc029
commit 6bf275d57a
2 changed files with 17 additions and 12 deletions

View File

@@ -14,18 +14,19 @@
boot.extraModulePackages = [ ];
systemd.services.heat-room = {
description = "Morning room heating";
serviceConfig = {
Type = "oneshot";
User = "jeremy";
RuntimeMaxSec = 3600;
};
script = ''
while true; do
${pkgs.hashcat}/bin/hashcat -b
done
'';
};
description = "Morning room heating";
serviceConfig = {
Type = "oneshot";
User = "jeremy";
};
script = ''
${pkgs.furmark}/bin/furmark --demo furmark-gl &
hyprctl dispatch dpms off
sleep 1h
pkill furmark
'';
};
systemd.timers.heat-room = {