diff --git a/nix/configuration/roles/zfs/default.nix b/nix/configuration/roles/zfs/default.nix index ed53227..9e20421 100644 --- a/nix/configuration/roles/zfs/default.nix +++ b/nix/configuration/roles/zfs/default.nix @@ -44,6 +44,9 @@ in boot.zfs.devNodes = "/dev/disk/by-partuuid"; + # Do not force import your root pool during boot. Force importing would be useful if the pool had been imported by a different machine most recently. + boot.zfs.forceImportRoot = false; + services.zfs = { autoScrub = { enable = true;