Infini-FRAMEWORK: add hibernate timer
I need sleep :)
This commit is contained in:
parent
1c694ea81d
commit
b54ab42f4b
1 changed files with 6 additions and 0 deletions
|
@ -168,4 +168,10 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.timers.systemd-hibernate = {
|
||||||
|
enable = true;
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
timerConfig.OnCalendar = "Mon..Fri,Sun *-*-* 01:00:00";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue