format nix
This commit is contained in:
parent
d857958abc
commit
bcaa56ee97
|
@ -1,10 +1,7 @@
|
|||
{ ... }: {
|
||||
services.restic.backups.hetzner-vm = {
|
||||
user = "root";
|
||||
paths = [
|
||||
"/var/lib/postgresql"
|
||||
"/var/lib/vault"
|
||||
];
|
||||
paths = [ "/var/lib/postgresql" "/var/lib/vault" ];
|
||||
timerConfig = {
|
||||
OnBootSec = "1m";
|
||||
OnCalendar = "daily";
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
services.tlp.enable = true;
|
||||
powerManagement.enable = true;
|
||||
powerManagement.powertop.enable = true;
|
||||
programs.light.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue