dotfiles/nix/system/svalbard
2022-09-09 01:03:27 -07:00
..
configuration.nix bump secrets, update wifi for nas 2022-09-09 01:03:27 -07:00
hardware-configuration.nix expose storage drive over NFS for the local network 2022-08-09 22:54:21 -07:00
README.md stupid mistake 2022-08-11 15:53:04 -07:00

To set up ZFS on the spinning discs, followed steps derived from these sources (but without encryption):

# DISK=<disk from /dev/disk/by-id>
# POOL=<a name for the pool>
# zpool create "${POOL}" $DISK
# zfs create -o compression=on -o mountpoint=legacy "${POOL}/main"

then added the ZFS filesystem to hardware-configuration.nix (use the zfs created label as the device) and rebooted.

Don't forget to chown the mounted system so that non-root can read/write there.

If your NFS clients are able to mount the store but can't ls it or see any conents, make sure that the store is still, in fact, readable to non-owners!!!