furmark heater
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user