added scrubbing and aut snapshot to defiant
This commit is contained in:
parent
46edb7363d
commit
c523e6075b
3 changed files with 12 additions and 6 deletions
|
@ -50,6 +50,11 @@ in {
|
|||
};
|
||||
|
||||
config = lib.mkIf config.host.storage.enable {
|
||||
services.zfs = {
|
||||
autoScrub.enable = true;
|
||||
autoSnapshot.enable = true;
|
||||
};
|
||||
|
||||
disko.devices = {
|
||||
disk = (
|
||||
builtins.listToAttrs (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue