Compare commits

..

No commits in common. "bdede3c7b3a03299875a85a64712b9de7cc4b691" and "c2c4dd07996620fffed1d066e1fcace639593c9d" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -49,7 +49,6 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
protonup protonup
steam-devices-udev-rules
scanmem scanmem
]; ];
}; };

View file

@ -15,7 +15,7 @@
description = "Timer to suspend PC at 10PM daily"; description = "Timer to suspend PC at 10PM daily";
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnCalendar = "*-*-* 22:00:00"; OnCalendar = "daily 22:00";
Persistent = true; Persistent = true;
}; };
}; };