Add shutdown timer to droppie
This commit is contained in:
parent
60ca29289e
commit
b416e63d18
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{ pkgs, config, ... }:
|
||||
let
|
||||
psCfg = config.pub-solar;
|
||||
in
|
||||
{
|
||||
config = {
|
||||
services.openssh.knownHosts = {
|
||||
|
|
|
@ -43,7 +43,7 @@ in
|
|||
|
||||
systemd.timers."shutdown-after-backup" = {
|
||||
enable = true;
|
||||
serviceConfig = {
|
||||
timerConfig = {
|
||||
OnCalendar = "3..9:*";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue