Give volume a name

This commit is contained in:
Nathan Henrie 2023-01-30 09:06:59 -07:00
parent 8867c12d72
commit 019784cb7e
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ with lib; let
if isDarwin then ''
if ! diskutil info "${cfg.secretsMountPoint}" &> /dev/null; then
dev=$(hdiutil attach -nomount ram://1MiB)
newfs_hfs -v agenix "$dev"
mount -t hfs -o nobrowse,nodev,nosuid,-m=0751 "$dev" "${cfg.secretsMountPoint}"
fi
''