nixos/colony: Make fstrim happen right before backup

This commit is contained in:
2023-02-21 14:37:39 +00:00
parent 15721e0894
commit c8385a466e
6 changed files with 21 additions and 2 deletions

View File

@@ -254,6 +254,11 @@ rec {
};
vip1 = "${start.vip1}4/30";
};
fstrimConfig = {
enable = true;
# backup happens at 05:00
interval = "04:45";
};
};
sshKeyFiles = {
me = ../.keys/me.pub;