Compare commits
2 commits
c2c4dd0799
...
bdede3c7b3
| Author | SHA1 | Date | |
|---|---|---|---|
| bdede3c7b3 | |||
| 7a82a29134 |
2 changed files with 2 additions and 1 deletions
|
|
@ -49,6 +49,7 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
protonup
|
protonup
|
||||||
|
steam-devices-udev-rules
|
||||||
scanmem
|
scanmem
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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 = "daily 22:00";
|
OnCalendar = "*-*-* 22:00:00";
|
||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue