added notes to commented ZFS options

This commit is contained in:
batvin321 2025-01-27 23:35:33 -05:00
parent dfd075d99d
commit 4326879789

View File

@ -15,12 +15,14 @@
boot.zfs.forceImportRoot = false;
networking.hostId = "1f72512b"; # head -c4 /dev/urandom | od -A none -t x4
## uncomment after formating disks or editing to import disks
##
## uncomment after formating disks
##
#fileSystems."/mnt/media" = {
# device = "media-pool";
# fsType = "zfs";
#};
#
## ZFS snapshots
#services.sanoid = {
# enable = true;
@ -31,12 +33,12 @@
# autoprune = true;
# autosnap = true;
# };
#
# datasets."media-pool" = {
# useTemplate = [ "backup" ];
# };
#};
#
#services.zfs.autoScrub = {
# enable = true;
# interval = "*-*-1,15 02:30";