nachtigall: enable ZFS auto scrub once per month

This commit is contained in:
teutat3s 2024-06-23 15:14:30 +02:00
parent 02af5fb8c9
commit af5abfc712
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

View file

@ -35,6 +35,11 @@
# https://nixos.wiki/wiki/ZFS#declarative_mounting_of_ZFS_datasets
systemd.services.zfs-mount.enable = false;
services.zfs.autoScrub = {
enable = true;
pools = [ "root_pool" ];
};
# Declarative SSH private key
age.secrets."nachtigall-root-ssh-key" = {
file = "${flake.self}/secrets/nachtigall-root-ssh-key.age";