Add auto trimming and scrubbing to palatine-hill

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2023-12-29 00:17:27 -05:00
parent 8f4be65c52
commit 2c0468d049

View File

@ -48,6 +48,10 @@
openssh.ports = [ 666 ];
smartd.enable = true;
zfs = {
trim.enable = true;
autoscrub.enable = true;
};
};
networking.firewall.enable = false;