diff --git a/machines/levitation/configuration.nix b/machines/levitation/configuration.nix index fddbcbe..a0d9508 100644 --- a/machines/levitation/configuration.nix +++ b/machines/levitation/configuration.nix @@ -98,6 +98,7 @@ in { # ZFS boot.supportedFilesystems = [ "zfs" ]; boot.zfs.forceImportRoot = false; + boot.zfs.extraPools = [ "bigssd" ]; # Generated with head -c4 /dev/urandom | od -A none -t x4 networking.hostId = "bc94e9d3"; }