added notes to commented ZFS options
This commit is contained in:
parent
dfd075d99d
commit
4326879789
@ -15,12 +15,14 @@
|
|||||||
boot.zfs.forceImportRoot = false;
|
boot.zfs.forceImportRoot = false;
|
||||||
networking.hostId = "1f72512b"; # head -c4 /dev/urandom | od -A none -t x4
|
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" = {
|
#fileSystems."/mnt/media" = {
|
||||||
# device = "media-pool";
|
# device = "media-pool";
|
||||||
# fsType = "zfs";
|
# fsType = "zfs";
|
||||||
#};
|
#};
|
||||||
|
#
|
||||||
## ZFS snapshots
|
## ZFS snapshots
|
||||||
#services.sanoid = {
|
#services.sanoid = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
@ -31,12 +33,12 @@
|
|||||||
# autoprune = true;
|
# autoprune = true;
|
||||||
# autosnap = true;
|
# autosnap = true;
|
||||||
# };
|
# };
|
||||||
|
#
|
||||||
# datasets."media-pool" = {
|
# datasets."media-pool" = {
|
||||||
# useTemplate = [ "backup" ];
|
# useTemplate = [ "backup" ];
|
||||||
# };
|
# };
|
||||||
#};
|
#};
|
||||||
|
#
|
||||||
#services.zfs.autoScrub = {
|
#services.zfs.autoScrub = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# interval = "*-*-1,15 02:30";
|
# interval = "*-*-1,15 02:30";
|
||||||
|
Loading…
Reference in New Issue
Block a user