Add bigssd to extra pools

This commit is contained in:
Nathan McCarty 2023-07-07 04:02:34 -04:00
parent 71adb46aab
commit d902a12c56
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 1 additions and 0 deletions

View File

@ -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";
}