From 3373cb27578ce362a02c73248b5d09641ea6890f Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Tue, 20 Feb 2024 15:05:25 -0600 Subject: [PATCH] format junk pook with nix --- configuration-nas.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration-nas.nix b/configuration-nas.nix index d939636..4b11259 100644 --- a/configuration-nas.nix +++ b/configuration-nas.nix @@ -49,6 +49,8 @@ in bootspec.enable = true; supportedFilesystems = [ "zfs" ]; + + zfs.extraPools = [ "junk" ]; }; # Hardware configs @@ -176,7 +178,6 @@ in else zpool import -R /mnt -f "Main Pool" zpool import -R /mnt -f "Safe SSD" - zpool import -R /mnt -f "Junk" zfs load-key -L file:///root/main-pool.key "Main Pool" zfs load-key -L file:///root/safe-ssd.key "Safe SSD" zfs mount -a