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