From 0854af3f80a5398f172174d9d677a48823be7d14 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 12 Sep 2024 13:15:23 -0500 Subject: [PATCH] import moria at boot --- nixos/hosts/gandalf/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/hosts/gandalf/default.nix b/nixos/hosts/gandalf/default.nix index 418ba98..7149ca6 100644 --- a/nixos/hosts/gandalf/default.nix +++ b/nixos/hosts/gandalf/default.nix @@ -108,7 +108,10 @@ in }; # ZFS zfs.enable = true; - zfs.mountPoolsAtBoot = [ "eru" ]; + zfs.mountPoolsAtBoot = [ + "eru" + "moria" + ]; # NFS nfs.enable = true; # Samba