added notes to commented ZFS options
This commit is contained in:
parent
dfd075d99d
commit
4326879789
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user