add help how to update passphrase

This commit is contained in:
Christoph Cullmann 2024-05-30 16:11:01 +02:00
parent 41009b53cb
commit ba0f792f75

View file

@ -171,6 +171,9 @@ sleep 5
# create all the volumes # create all the volumes
zfs create -o mountpoint=legacy vpool/vms zfs create -o mountpoint=legacy vpool/vms
# update passphrase later
# zfs change-key -o keylocation=file:///data/nixos/key-vms.secret vpool
# create projects disk # create projects disk
DD=/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S69ENF0R846614L DD=/dev/disk/by-id/nvme-Samsung_SSD_980_PRO_2TB_S69ENF0R846614L
@ -201,3 +204,6 @@ sleep 5
# create all the volumes # create all the volumes
zfs create -o mountpoint=legacy ppool/projects zfs create -o mountpoint=legacy ppool/projects
# update passphrase later
# zfs change-key -o keylocation=file:///data/nixos/key-projects.secret ppool