Loading
nixos/systemd/initrd: Fix emergencyAccess to work with `null`.
Implementation is now compatible with the option's .type already defined. This allows us to pass `config.users.users.<user>.hashedPassword` even if this is null (the default). Before: true => access false => no access hash => access via password null => eval error After: true => access false => no access hash => access via password null => no access