Add shutdown timer to droppie

This commit is contained in:
Benjamin Bädorf 2022-11-27 21:36:46 +01:00
parent 60ca29289e
commit b416e63d18
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 25 additions and 23 deletions

View file

@ -1,5 +1,7 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
let
psCfg = config.pub-solar;
in
{
config = {
services.openssh.knownHosts = {

View file

@ -43,7 +43,7 @@ in
systemd.timers."shutdown-after-backup" = {
enable = true;
serviceConfig = {
timerConfig = {
OnCalendar = "3..9:*";
};
};