autoscrub no zfs

feature/clan.lol
Ingolf Wagner 2024-04-10 18:16:51 +02:00
parent cc2a2a3a75
commit 44b9b56204
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 5 additions and 1 deletions

View File

@ -19,6 +19,9 @@
boot.supportedFilesystems = [ "zfs" ];
# head -c4 /dev/urandom | od -A none -t x4
networking.hostId = "e439b116";
services.zfs.autoSnapshot.enable = true;
services.zfs = {
autoSnapshot.enable = true;
autoScrub.enable = true;
};
}

View File

@ -127,6 +127,7 @@ in
};
# `zpool import -f zraid` once on the first boot and reboot
# todo: rename to tank next time (this is the standard)
zraid = {
type = "zpool";
mode = "raidz2";