Compare commits
No commits in common. "bdede3c7b3a03299875a85a64712b9de7cc4b691" and "c2c4dd07996620fffed1d066e1fcace639593c9d" have entirely different histories.
bdede3c7b3
...
c2c4dd0799
2 changed files with 1 additions and 2 deletions
|
|
@ -49,7 +49,6 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
protonup
|
||||
steam-devices-udev-rules
|
||||
scanmem
|
||||
];
|
||||
};
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
description = "Timer to suspend PC at 10PM daily";
|
||||
wantedBy = [ "timers.target" ];
|
||||
timerConfig = {
|
||||
OnCalendar = "*-*-* 22:00:00";
|
||||
OnCalendar = "daily 22:00";
|
||||
Persistent = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue