🚑 enable zfs auto snapshots again
This commit is contained in:
parent
267b8d73a0
commit
577003f607
1 changed files with 5 additions and 0 deletions
|
@ -33,4 +33,9 @@
|
|||
clan.core.facts.services.zfs = factsGenerator.zfs { };
|
||||
networking.hostId = config.clan.core.facts.services.zfs.public."zfs.hostId".value;
|
||||
|
||||
services.zfs = {
|
||||
autoSnapshot.enable = true;
|
||||
autoScrub.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue