diff --git a/modules/age.nix b/modules/age.nix index 3770250..90637ad 100644 --- a/modules/age.nix +++ b/modules/age.nix @@ -20,7 +20,8 @@ with lib; let users = config.users.users; mountCommand = - if isDarwin then '' + if isDarwin + then '' if ! diskutil info "${cfg.secretsMountPoint}" &> /dev/null; then dev=$(hdiutil attach -nomount ram://1MiB) newfs_hfs -v agenix "$dev"