🚑 enable zfs auto snapshots again

This commit is contained in:
Ingolf Wagner 2024-09-15 05:29:33 +07:00
parent 267b8d73a0
commit 577003f607
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -33,4 +33,9 @@
clan.core.facts.services.zfs = factsGenerator.zfs { }; clan.core.facts.services.zfs = factsGenerator.zfs { };
networking.hostId = config.clan.core.facts.services.zfs.public."zfs.hostId".value; networking.hostId = config.clan.core.facts.services.zfs.public."zfs.hostId".value;
services.zfs = {
autoSnapshot.enable = true;
autoScrub.enable = true;
};
} }