From 4326879789c4213b5e40c0c09783acda07de64a2 Mon Sep 17 00:00:00 2001 From: batvin321 Date: Mon, 27 Jan 2025 23:35:33 -0500 Subject: [PATCH] added notes to commented ZFS options --- configuration.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 83ee34c..9d12342 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";